Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.48 KB

Welcome to the Road-Runner-Resource-Hub Backend Git Hub!

The goal of this project is to simplify communications between faculty, staff, admins, industry partners, and students to help eliviate the bombardment of information towards students and help hone in on just the information that pertains to THAT student. This github only includes the BACKEND code. Please see

Developer Information

Installation

  • cd /RoadRunner-Resource-Hub-Backend
  • npm install
  • install mongodb
  • Create nodemon.json file in /RoadRunner-Resource-Hub-Backend
{
    "env": {
        "MongoDB_URL": "",
        "JWT_Key":""
    }
}

Deployment

Tests

postman

Commands

npm run dev - starts up backend server npm run test - runs tests npm run test:cleanup - cleans up after tests.