Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.26 KB

README.md

File metadata and controls

67 lines (45 loc) · 1.26 KB

Conciergerie

Table of Contents

  1. Local Use
    A. Install project
    B. Launch project
  2. Built With
  3. Authors

Local Use

Install project

Install all packages with

$ yarn install

Or

$ npm install

Now, we have to create the database in MongoDb (install Mongo on your machine).

Open Mongo's shell with

$ mongo

Launch project

First, start your mongo database. Find your where is installed MongoDB on your device and run mongod.exe.

Example on Windows:

cd C:\Program Files\MongoDB\Server\3.6\bin
$ mongod

Then launch the project with

$ yarn start

then go to http://localhost:3001

Built With

Authors