- Client Side
- Server Side
The Client Side of the app consists of the React app, and the frontend Part
To run the client side of the app you need to first install dependecies using node
cd client/
npm install
And to start the react app while you are in Client directory
npm start
The Server side consists of the authentication of users and generation of a dashboard for them
The database used in the project is mongoDB
To run the server side of the program first you need to install dependencies
cd server/
npm install
And to start the express server while you are in Server directory
npm run dev
Also Open you MongoDb cmopass and start its connection too
- Start server side server
- Start Client side server
- Connect Mongo