Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 368 Bytes

File metadata and controls

10 lines (7 loc) · 368 Bytes

Backend Template

You can use this repository as a template for your backend. It comes with a users table as well as routes to register and login.

Usage

  1. Change the name of the package in package.json.
  2. Change the database name from foobar in the db:schema script.
  3. Update the environment variables in example.env and rename the file to .env.