An open API service indexing awesome lists of open source software.

https://github.com/dushansenadheera/ucsc_project


https://github.com/dushansenadheera/ucsc_project

expressjs materialui mongodb node-js reactjs styled-components syntactically-awesome-style-sheets

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

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