1.Built the backend using NodeJs to serve the APIs
2.Implemented backend APIs to insert/find client orders data
3.Used hashing for storing user passwords
4.Used JWTs for authenticating requests to the backend
5.Worked on the database schema design for MongoDBI(userSchema,orderShema)
6.Developed Header, Footer, User Login, Create Orders,summary page,past orders page with react functional components
7.Implemented frontend routes using react-router
8.Implemented Log In/Sign Up functionality
9.Connected the frontend to the backend using fetch api to get and post the orders
10.port used to run server is 9002
11.port used to run react app/clientside is 3000