AxiomOfChoices / techgames-api-challenge-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

techgames-api-challenge-template

To run the project:

npm install
npm start

database url and server port can be changed through the environment variables DB_URL and SERVER_PORT respectively.

Note in regrds to grading:

Our tests (in the grader) will fail if the POST articles route isn't implemented/fails as we need to be able to create articles to test properly. Try to implement that route first.

About


Languages

Language:TypeScript 100.0%