https://github.com/bounswe/bounswe2024group2
GitHub repository for the CMPE 352/451 Group 2 project.
https://github.com/bounswe/bounswe2024group2
finance mobile-app software-engineering web
Last synced: 21 days ago
JSON representation
GitHub repository for the CMPE 352/451 Group 2 project.
- Host: GitHub
- URL: https://github.com/bounswe/bounswe2024group2
- Owner: bounswe
- Created: 2024-02-12T20:27:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:14:07.000Z (over 1 year ago)
- Last Synced: 2024-10-22T11:32:00.739Z (over 1 year ago)
- Topics: finance, mobile-app, software-engineering, web
- Language: JavaScript
- Homepage: http://159.223.28.163:30001/
- Size: 25.3 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPE 352 Archive
Hello!
This is the repository for the CMPE451 - Group 2 project. We have moved the cmpe352 files to [archive](https://github.com/bounswe/bounswe2024group2/tree/archive-352) branch.
# Running the application locally
To run the backend in your local machine, follow the steps below. Make sure you have docker installed on your system. Also make sure that you can run docker compose command. Then follow these steps:
1. Pull the repository
2. Go into the project cd bounswe2024group2
3. docker compose build
4. docker compose up -d
```
git clone https://github.com/bounswe/bounswe2024group2.git
cd bounswe2024group2
docker compose build
docker compose up -d
```
After that API, web, db and a local smtp configured in our system using mail hog. Any mail sent to visible
on 8025 port of our localhost.
```
API is served on localhost:8000
WEB is served on localhost:3000
MAILHOG is served on localhost:8025
```
# Deployment on CSP
The application is deployed on Digital Ocean. To access application frontend simply go
- WEB : 'http://159.223.28.163:30001/'
Similarly to view deployed api
- API : 'http://159.223.28.163:30002/docs'