ginxx009 / todo-application

MERN STACK TECHNOLOGY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MERN STACK TECHNOLOGY


Languages

Language:JavaScript 75.1%Language:HTML 16.2%Language:CSS 7.6%Language:Shell 1.1%