Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

File metadata and controls

19 lines (14 loc) · 450 Bytes

Quizpetitive REST API

PRODUCTION=false
PORT=3029
DB_PORT=27017
DB_DOMAIN="localhost"
DB_TABLE="quizpetitive"
DB_USER="username"
DB_PASSWORD="password"

Development server

Run npm start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Format

Run npm run format to format the code with Prettier.