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.
- Change the name of the package in
package.json. - Change the database name from
foobarin thedb:schemascript. - Update the environment variables in
example.envand rename the file to.env.