Skip to content

aloks98/unisys-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[IMPORTANT] This project is WIP

INTRODUCTION

This project is the backend service of my Software Engineering Project

Installation

Clone the repo using

$ git clone 

cd into unisys-backend

cd unisys-backend

Install all the required packages

yarn

Create a new .env file and specify

PORT=4719 //The port you want to run the project on
MONGO_URI=<mongodb uri>
NODE_ENV=production

Start the server

yarn start

Development

Clone the repo using

$ git clone 

cd into unisys-backend

cd unisys-backend

Install all the required packages

yarn

Create a new .env file and specify

PORT=4719 //The port you want to run the project on
MONGO_URI=<mongodb uri>
NODE_ENV=<dev or production>

Start the server (Development) - The development mode supports live reload with nodemon

yarn start-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published