Skip to content

competemcgill/techgames-puzzle-hero

Repository files navigation

techgames-api-challenge

Requirements

Env variables:

  • SECRET for the Auth secret passed from frontend to backend
  • SERVER_PORT for the port on which the server listens
  • NODE_ENV should be dev or production
  • DB_URL is the URL to the mongo DB

Instructions

  • To install dependencies (not needed for running server but helps with development)
npm install
  • To run a dev server:
npm start
  • To run the tests:
npm run test
  • To run linter:
npm run lint

API Documentation

After running the dev server, docs will be at http://localhost:3000/api-docs

About

Repository for Landing Page / Puzzle Hero API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published