It is an MERN ( mongodb, express, react, node) stack edtech app. This app includes lots of functionality like pdfviewer, admin dashboard, create-book, create-subject, bag.
MONGO_URI=<MONGO_DB_SERVER>
NODE_ENV=production
CLIENT_URL=<REACT_APP_SERVER>
PORT=8000
JWT=<JWT_SECRET>
1. git clone https://github.com/samatzhusup/Edoo
2. cd Edoo-Platform
3. npm i
4. cd client
5. npm i
6. cd ..
7. npm run dev
# project started