Skip to content

rominonix/backend-trollskogen

 
 

Repository files navigation

Trollskogen project

Installation

npm install

Setup / Configuration

Create an .env file with the following content

PORT=5000
STEVE=supersecretpassword
MIKE=supersecretpassword
JOHNSSON=supersecretpassword
JWT_SECRET=supersecretpassword

Remember to change the "supersecretpassword" to your own password.

Run database and seed file.

node database/setup.js && node database/seed.js

Run server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%