Skip to content

peterc1731/springbored-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBored API

Node backend for a project management app.

Set Up

  • Install dependencies with npm install
  • Install nodemon with npm install -g nodemon
  • Create a file in the root directory called local-env.sh
#!/bin/bash

export APP_PORT={{ port you want the server to run on // number }}
export APP_DB_URL={{ mongodb server url // string }}
export APP_SECRET={{ secret used for encrypting/decrypting tokens // string }}

Running

  • Start the server with npm run start-dev

About

backend for hackathon project management app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published