Skip to content

DushanSenadheera/ucsc_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the application locally

  1. Clone the repository
git clone https://github.com/DushanSenadheera/ucsc_project
  1. Go to the project root directory and run the following command in the terminal to install the required packages
./requirements.sh
  1. Add the following environment variables to the server directory by creating .env file in root of the server
PORT = '8000'
DB = 'MONGODB_CONNECTION_STRING'
JWT_SECRET = 'JWT_SECRET'
  1. Run the following command in the terminal to start the application
./run.sh

Releases

No releases published

Packages

No packages published