Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandon-a-pinto/fast-survey
Survey API written in Golang
https://github.com/brandon-a-pinto/fast-survey
api docker docker-compose dockerfile go gofiber golang mongodb rest-api restful-api
Last synced: about 2 months ago
JSON representation
Survey API written in Golang
- Host: GitHub
- URL: https://github.com/brandon-a-pinto/fast-survey
- Owner: brandon-a-pinto
- License: gpl-3.0
- Created: 2023-07-17T14:44:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-31T15:06:06.000Z (over 1 year ago)
- Last Synced: 2024-11-15T00:18:35.907Z (about 2 months ago)
- Topics: api, docker, docker-compose, dockerfile, go, gofiber, golang, mongodb, rest-api, restful-api
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Fast Survey
A fast and lightweight survey API written in Golang.
## Install
Installation is quite simple, just follow these steps:
``` bash
git clone https://github.com/brandon-a-pinto/fast-survey.git
cd fast-survey
make prepare
sudo make up
```You can also customize the .env file to your liking, just remember to change the docker-compose file as well if the ports have been modified.
## Technologies
- Golang
- Gofiber
- MongoDB
- Docker## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what would you like to change.