Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 518 Bytes

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