Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.