MailboxArsonist / treehouse-project-9

A REST api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack JavaScript Techdegree v2 - REST API Project

Getting Started

To get up and running with this project, run the following commands from the root of the folder that contains this README file.

First, install the project's dependencies using npm.

npm install

Second, ensure that you have MongoDB installed globally on your system.

Third, seed your MongoDB database with data.

npm run seed

And lastly, start the application.

npm start

To test the Express server, browse to the URL http://localhost:5000/.

To test the application the 'RESTAPI.postman.json' file can be uploaded to postman, which will give you all of the necessary routes to test.

About

A REST api


Languages

Language:JavaScript 100.0%