This is the back end for Parlor
To install this project you have to have Node.
npm install
To start the local environment you have to add a .env file. This is an example for a local environment.
PORT = 3000
NODE_ENV = development
HOST = localhost:3000
To start a server enter the src folder
npm run dev
This will run a server based on you PORT
.
The server will generate a database called database.sqlite
.