Skip to content

BraedonB98/RoadRunner-Resource-Hub-Backend

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published