-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added readme and postman * updated readme
- Loading branch information
Showing
2 changed files
with
400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.