The backend API for the InstaDAM project.
This API was created based on this boilerplate.
- Register
- Login
- Upload and retrieve photo with geolocation
- Retrieve a list of photos around a location
- Retrieve a list of photos from a user
- Create a fake list of photos around a location for testing
- Clone the repository
- Copy the
.env.example
file to.env
and fill the variables yarn install
yarn start
- An example usage to load in Insomnia is available in the
src/resources/insonmia
folder.