Skip to content

hellofeiwu/truth-or-dare-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Starting the Mongod server

  1. Remove data files inside server/data
  2. Run mongod
cd server
./mongod
  1. Add fixtures (generate test data)
cd scripts
node create.js
Ctrl+C to exit
  1. Verify test data
node read.js
Ctrl+C to exit
  1. Run the server at server/index.js. In Cloud9, open the file and click run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published