Skip to content

mykhas/grey-rabbit10-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup db

mkdir db
mongod --dbpath ./db --port 28018
# Wait a bit for mongo server
mongoimport --port 28018 --db gray-rabbit10-api --collection points --type json --file points.json --jsonArray

How to start server

npm install
npm run dev

NOTICE: Check if port 28018 already in use. It's not default one, so it shouldn't be

About

Back end part of task for UA Dev Challenge 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published