Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 295 Bytes

File metadata and controls

18 lines (12 loc) · 295 Bytes

IEEE at UCLA Wiki API

Back end express application that serves content to the wiki front end.

Setting up a Development Environment

Run npm install
Run npm start

development.json

Running the api requires a development.json file in /app/config

{
  "DB_URI": <DB_URI>
}