This is the backend api server code for anonforms built on nodejs.
- Nodejs > 10
- MongoDB >= 3.6
- A mail server. Set one up with emailwiz
Refer here for api documentation.
$ git clone https://github.com/aktsbot/anonforms-server
$ cd anonforms-server
$ npm install
$ cp .env.example .env
$ npm start