- Clone the repository
git clone https://github.com/DushanSenadheera/ucsc_project
- Go to the project root directory and run the following command in the terminal to install the required packages
./requirements.sh
- 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'
- Run the following command in the terminal to start the application
./run.sh