Skip to content

Commit

Permalink
Add postman (#429)
Browse files Browse the repository at this point in the history
* added readme and postman

* updated readme
  • Loading branch information
Montagon authored Sep 15, 2023
1 parent 7ad440a commit c32fb67
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 0 deletions.
23 changes: 23 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Xef Server

The server module for the xef project.

## Run Server

In order to run the server, you need to run the following services:

### Docker

```bash
docker-compose -f docker/postgresql/docker-compose.yaml up
```

### Server

```bash
./gradlew server
```

### Web

Please, refer to the [web README](web/README.md) for more information.
Loading

0 comments on commit c32fb67

Please sign in to comment.