- Abhishek Singh (LIT2019008)
- Frontend Lead, API calling and exception handeling, Testing
- Sumit Kumar (LIT2019009)
- UI/UX design, Skeleton modeling of frontend, Breakdowns testing, basic css support
- Kushagra Patel (LCS2019071)
- React Component handeling, raw html css handeling, resolving warnings
- Rohit Kumar (LIT2019037)
- Backend Lead, Database Creation & handeling, API creation & handeling.
- Rahul Yadav (LIT2019010)
- API testing with Postman, Added express validators in all APIs, and resolved bugs
You will need node
and npm
installed globally on your machine.
-
Open terminal, write the following command and press enter.
$ npm -v
The terminal should return your npm version.
- Make a new folder and open the terminal there.
- Write the following command and press enter.
$ git clone https://github.com/RohitKumar-200/Bookstore.git
$ cd Frontend
$ npm install
$ npm start
$ cd Backend
DATABASE=<MongoDB connection string>
JWT_SECRET=<Any randomly created secret>
SENDGRID_API_KEY=<Sendgrid API to send e-mails>
$ npm install
$ npm start
- Currently frontend is connected to a api which is hosted in heroku
- To connect locally hosted backend to frontend, change base API url in frontend to
http://localhost:4000