Skip to content

RoxBow/Boxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published