Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tshasan/cst438project2backend
https://github.com/tshasan/cst438project2backend
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tshasan/cst438project2backend
- Owner: tshasan
- Created: 2024-09-24T18:48:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:24:37.000Z (15 days ago)
- Last Synced: 2024-10-25T03:53:40.238Z (14 days ago)
- Language: Java
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CST438Project2Backend
```markdown
## Building the Docker Image```sh
docker-compose build
```## Running the Docker Container
```sh
docker-compose up
```## Running Locally
```sh
java -jar build/libs/Project2Backend-0.0.1-SNAPSHOT.jar --server.port=8080
```
```
## Endpoints
login: https://project2backend-7770aea045ba.herokuapp.com/login
parameters username and password
logout: https://project2backend-7770aea045ba.herokuapp.com/logout
newuser: https://project2backend-7770aea045ba.herokuapp.com/newuser
parameters username and password
delete account: https://project2backend-7770aea045ba.herokuapp.com/deleteaccount
parameters username and password