Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 614 Bytes

Goes Ever On -- Backend

About

This is the backend for the Goes Ever On site. It is a REST API built with Node, Express, and Knex. It is deployed on Render.

Endpoints

  1. /shows
    • GET: returns all shows
    • POST: adds a new show
  2. /shows/:showId
    • GET: returns a show by id
  3. /auth/login
    • POST: logs in a user

Scripts

  • Start the application npm start
  • Start the application in development mode npm run start:dev
  • Run the tests npm test
  • Run the tests in watch mode npm run test:watch
  • Create a commit npm run commit

Live Site

Goes Ever On