- Clone Repository
- Change to cloned repository directory and
npm install
- Create
.env
file in this root directory that will need values forPOSTGRES_URI
,MONGODB_URI
, andPORT
POSTGRES_URI
- Your connection link to a postgresDBMONGODB_URI
- Your connection link to a MongoDBPORT
- local port that you want the backend server to run on
-
Start with
npm start
-
Install frontend from https://github.com/Umbra-Team/Request-Bucket-Frontend