Skip to content

Commit

Permalink
fix: restore readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hikasap committed Dec 13, 2024
1 parent 39f5231 commit 0c85200
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# 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'

0 comments on commit 0c85200

Please # to comment.