Skip to content

melchord/rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Example

A Rest API example using Node, MongoDB, and React.

Requirements

  1. Node.js
  2. npm
  3. MongoDB

Step 1: Clone the project

git clone https://github.com/melchord/rest-example
cd rest-example/

Step 2: Install NPM dependencies

npm i
cd server/
npm i

Step 3: Run MongoDB

mongod

Step 4: In a Seperate terminal, run the server

cd server/
npx nodemon server

Step 5: In a Seperate terminal, run the react application

npm start

This starts up the local website on http://localhost:3000. Track the list of users on http://locahost:4000/users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published