2020-06-04 14:25:53 +02:00
|
|
|
# Requirements {#web-requirements}
|
|
|
|
|
2020-07-02 09:11:05 +02:00
|
|
|
## Services and tools required for development
|
|
|
|
- [NodeJS with npm](https://nodejs.org/en/): Runs VILLASweb frontend
|
|
|
|
- [Go](https://golang.org/): Runs VILLASweb backend
|
|
|
|
- [PostgreSQL database](https://www.postgresql.org/) (min version 11): Backend database
|
2020-06-04 14:25:53 +02:00
|
|
|
- [swag](https://github.com/swaggo/swag): For automated API documentation creation
|
2020-07-02 09:11:05 +02:00
|
|
|
- [Docker](https://www.docker.com/): Container management system
|
2020-06-04 14:25:53 +02:00
|
|
|
|
2020-07-02 09:11:05 +02:00
|
|
|
## Additional requirements for productive use
|
|
|
|
- [NGinX](https://www.nginx.com/): Webserver and reverse proxy for backends
|
2020-06-04 14:25:53 +02:00
|
|
|
|