Skip to content

joshuaforman/fg_apiserver

Repository files navigation

Instructions to run

Development environment

Get this api server set up and running before running the fg-react project

npm install

Mongo temp db

navigate into the dump folder that has been provided for you and then run the following commands in order.

  1. create a data folder for db storage
  2. mongod --dbpath <FOLDER_NAME
  3. mongorestore -d <FOLDER_NAME> --db <DATABASE_NAME> [--drop] (use --drop if you need to clear out your existing db)
Node server

run the fg_api_server.js with either node or nodemon if you have it installed.

the server is hosted on http://localhost:3500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published