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
- Host: GitHub
- URL: https://github.com/dushansenadheera/ucsc_project
- Owner: DushanSenadheera
- Created: 2024-05-01T07:42:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T23:38:20.000Z (over 1 year ago)
- Last Synced: 2025-02-11T11:54:27.027Z (8 months ago)
- Topics: expressjs, materialui, mongodb, node-js, reactjs, styled-components, syntactically-awesome-style-sheets
- Language: JavaScript
- Homepage:
- Size: 88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```