A Rest API example using Node, MongoDB, and React.
- Node.js
- npm
- MongoDB
git clone https://github.com/melchord/rest-example
cd rest-example/
npm i
cd server/
npm i
mongod
cd server/
npx nodemon server
npm start
This starts up the local website on http://localhost:3000. Track the list of users on http://locahost:4000/users