Simple application to perform CRUD functionalities using React JS(front-end) and Express JS(back-end).
- Download project.
- Open MongoDB client and create a database called api.
- Go into client folder and hit npm install.
- Type npm start on a terminal.
localhost:3000
- Go into api folder and hit npm install.
- Type node app.js on a terminal.
localhost:4000