Skip to content

dimak/dali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

MongoDB

Installation instructions for MongoDB across your systems. You will need to install the community edition of MongoDB for your system. After you've installed it, you will need to start it with the appropriate command listed below.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run start-api

Runs the server-api. Will operate on http://localhost:3001. This is where the REST api that communicates with MongoDB lives. Note: if you have nodemon installed, it will start the server in watch mode; if you do not, it will start the server just using node.

npm run start-db

Will start and stop the MongoDB client.

Releases

No releases published

Packages

No packages published