antoinebollinger / AntoineBollinger_6_22012021

OC Project #6: Build a Secure API for a Review App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openclassrooms Project #6: Build a Secure API for a Review App

What I used: Nodejs Express MongoDB.

Getting started

Clone the project on your local machine.

Before you start, make sure you have a account at MongoDB. You'll have to create a .env file a the root of your project, with:

MONGOLAB_URI=the uri to your mongodb database

Then you can go with:

npm install
node server

The API should run on http://localhost:3000/.

Preview

On Heroku.

Front-end

For this project, the front-end is already done. You can find the front-end to use with at :

https://github.com/OpenClassrooms-Student-Center/dwj-projet6

About

OC Project #6: Build a Secure API for a Review App


Languages

Language:JavaScript 100.0%