sebkzn / workshop_nodejs_api

Simple REST API build with NodeJS and Express as part of an OpenClassroom exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workshop_nodejs_api

Simple REST API build with NodeJS, Express, and MongoDB as part of an OpenClassroom exercise

Goals

the exercise consisted of creating a REST API (as a CRUD app) with NodeJS and Express to communicate with a MongoDB database.
More details and tests instructions can be found here here.

Requirements

Installation

$ npm install -g nodemon # may be run as sudo
$ git clone https://github.com/sebkzn/workshop_nodejs_api.git
$ cd workshop_nodejs_api/api
$ npm install

Run

To start the API, just run the command below from the api directory :

$ nodemon server

The service will now run on localhost, listening on the port you specified in your .env file

About

Simple REST API build with NodeJS and Express as part of an OpenClassroom exercise


Languages

Language:JavaScript 97.5%Language:Shell 2.5%