https://github.com/bitbrain/lolpix-api
Backend of lolPix
https://github.com/bitbrain/lolpix-api
docker image-board java9 reactive-streams spring5
Last synced: 2 months ago
JSON representation
Backend of lolPix
- Host: GitHub
- URL: https://github.com/bitbrain/lolpix-api
- Owner: bitbrain
- Created: 2017-04-11T08:46:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T15:37:57.000Z (about 8 years ago)
- Last Synced: 2025-02-13T23:35:49.336Z (4 months ago)
- Topics: docker, image-board, java9, reactive-streams, spring5
- Language: Java
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#lolPix API
### Prerequisites:
- MongoDB
- Maven
- Java 8### Running
```
$ cd dir/to/proj$ mkdir -p data/db log
$ mongod --config mongodb.conf
about to fork child process, waiting until server is ready for connections.
forked process: 12148
child process started successfully, parent exiting$ mvn clean install -DskipTests=true
[...]
$ DEVMODE=true java -jar target/lolpix-api-0.0.1-SNAPSHOT.jar
```### Notes
If you don't add `DEVMODE=true`, the application will launch listeners on ports 80 & 443 (which requires root and a valid keystore) instead on port 8080.