Skip to content

davidrd123/ReqBin-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReqBin Backend

Steps for Local Install

  1. Clone Repository
  2. Change to cloned repository directory and npm install
  3. Create .env file in this root directory that will need values for POSTGRES_URI, MONGODB_URI, and PORT
  • POSTGRES_UI - Your connection link to a postgresDB
  • MONGODB_URI - Your connection link to a MongoDB
  • PORT - local port that you want the backend server to run on
  1. Start with npm start

  2. Install frontend from https://github.com/Umbra-Team/Request-Bucket-Frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%