https://eliberary.netlify.app/
eLibraryFinal2.mp4
- Frontend: React, Redux, TailwindCSS, Toastify, ReactPDF, Axios
- Backend: Express, JOI, JWTWebTokens, Cloudinary, mongoose
- Database and others: MongoDB, Docker
- Download or clone the repository
docker compose watch
or
-
Download or clone the project
-
Copy .env files
cp backend/.env.example backend/.env && cp frontend/.env.example frontend/.env.local
-
Setup Mongodb
-
Install required npm packages
-
Backend
npm run install-backend
-
Frontend
npm run install-frontend
-
-
Run
-
Backend
npm run start-backend
-
Frontend
npm run start-frontend
-