Hello GitHub,
we are pivoting towards open-source and self-hosting fastsurvey instead of hosting it for you.
Website, demos, guides and documentation coming soon!
You will need to set up three servers from the repositories:
- https://github.com/fastsurvey/backend
- https://github.com/fastsurvey/console (this one)
- https://github.com/fastsurvey/frontend
The backend requires a https://postmarkapp.com/ api token (100 emails/month are free) as well as a MongoDB database (we recommend, running it on MongoDB Atlas https://www.mongodb.com/).
We will simplify this server setup very soon!
By setting the environment variable VITE_API_URL
, you can overwrite the default https://api.fastsurvey.de
.
If you have a .env
file in you project directory. Those variable will be used in yarn develop
and yarn build && yarn serve
.