Library_Management_System_AdobeExpress.mp4
Requirements for running
Instructions for running
-
Clone Code
- Open Terminal
- Install Git
- Go to directory
git clone https://github.com/sai-k02/library-management-system.git
- Note: This will make a folder called "library-management-system"
-
Install Dependencies
-
Run Server
- Go to Server Directory
- Install Dependencies
yarn
- Run Server
yarn start
-
Yarn config:
- Server:
- Include .env
- npx generate
- npx prisma db pull
- Client:
- Inspect -> Apllication -> Local Storage -> Clear (localhost:3000)
- Server:
Tasks
[x] - Project Inception (All members)
[x] - Turn in Part 1 (All Members)
[x] - Create initial SQL scripts (Srilokh)
[x] - Create PostgreSQL Docker Container Compose File (Srilokh)
[x] - Validate SQL Scripts with requirements (Jon, Srilokh)
[x] - Create independent javascript application to perform data normalization (Srilokh)
[x] - Create CRUD Operations with Node.js Express TypeScript Server (Srilokh)
[x] - Create Test Coverages for all CRUD operations ()
[x] - Implement Redux
[x] - Pages to work on (Books, Authors, Borrowers/Members, Loans, Fines)
[x] - Components(Books, Authors, Borrower Component, Loans(Table), Fines(Table))
[x] - Check requirements before deployment ()
[x] - Create Part 2 Submission Documents (Design Doc, Final Submission)
[x] - Mock Demo (Run through all requirements)
[x] - Final Turn in
Final Grade : A
Helpful