-
Install NodeJS and NPM (typically through a single installer or package for your OS) as well as Docker.
-
Start a MongoDB instance on port 27017 with
docker run --rm -p 27017:27017 mongo
. -
Clone the
bse-api
repository. -
Set up submodules (used for a couple libraries)
git submodule init git submodule update
-
Install npm packages:
npm i
-
Add two config files for local development:
.env
(don't miss the dot)DATABASE_URI="127.0.0.1:27017" CONST1=1000 CONST2=500 MULTIPLIER=300000 SECRET="foobar"
and
config.js
based onconfig-sample.js
(i.e. runcp config-sample.js config.js
)
-
Notifications
You must be signed in to change notification settings - Fork 0
The data API for EQUiSat
BrownSpaceEngineering/bse-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The data API for EQUiSat
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published