Skip to content

MatiseAms/parlor-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parlor DB

This is the back end for Parlor

Install

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.

Database

The server will generate a database called database.sqlite.

Releases

No releases published

Packages

No packages published