This is a survey API (wip) made with the purpose of testing Deno.
This was made following the freecodecamp.org deno's course.
Additional to all the mentioned in the course I added docker and docker-compose support.
- Database integration using mongo. (Refer to my-environment repository to reference)
- Login with JWT support.
- Docker integration.
In order to run the application use the following commands:
- denon start:dev Run the app in development mode.
- denon start:debug Run the app in debug mode.
- denon start:docker Run the app with docker.
- Survey CRUD endpoints
- Swagger support