https://github.com/2hgo/genieserver
https://github.com/2hgo/genieserver
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2hgo/genieserver
- Owner: 2HgO
- Created: 2020-06-24T12:29:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T19:32:22.000Z (almost 6 years ago)
- Last Synced: 2025-07-09T09:45:28.749Z (12 months ago)
- Language: Julia
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Genie Server
Sample web server built using [Genie](https://github.com/GenieFramework/Genie.jl) (a framework for building web applications in [Julia](https://julialang.org/)
## Getting Started
### Prerequisites
---
* Docker (v18.03+)
### Start up
---
To build and run this project locally, run the following commands at the root directory of the project
```bash
docker-compose up --build
```
This will build the docker image, start up a [MongoDB](https://www.mongodb.com) container for the project and then start the project at port `55099` => [Genie Server](http://localhost:55099)
## Built With
---
* [Julia](https://julialang.org/) - Language used
* [Genie](https://github.com/GenieFramework/Genie.jl) - Web Framework used
* [MongoDB](https://www.mongodb.com) - Database used
## Documentation
---
Documentation for the Project can be found at [genie-server-doc](https://github.com/2HgO/GenieServer/blob/master/genie_server.raml)
## NOTE
---
This exact sample project has been implemented in [Go](https://golang.org) using the [Gin](https://github.com/gin-gonic/gin) web framework. Check it out over at [Gin-Server](https://github.com/2HgO/gin-server)