/todo-application

MERN STACK TECHNOLOGY

Primary LanguageJavaScript

XSPLIT todo-application

MERN STACK TECHNOLOGY

npm package for server

npm install cors mongoose express

npm package inside client

npm install axios @material-ui/core --force

database connection is already in .env and has been setup to connect to all IP Address(public)

Listen to port 8080 -> To run the server

node index.js

OR you can do nodemon if you prefer it

npm install nodemon

then run

nodemon index.js

navigate to todoclient -> To start the application

npm start