Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tshasan/cst438project2backend


https://github.com/tshasan/cst438project2backend

Last synced: 3 days ago
JSON representation

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