Skip to content

sammed-21/Super

Repository files navigation

Rate My Setup Advanced API

This repo should server as a starting point for the application API.

Dev Setup

To get the environment up and running, install the dependencies with npm install.

Next, make sure to create a .env file from the .env.template file by running:

cp .env.template .env

And modify any of the necessary environment variables.

Then (as long as PostgreSQL is running on your machine) create the db and tables by running:

psql -f task-setup.sql

Finally, start up the application with npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published