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.examplefile to.envand fill the variables yarn installyarn start
- An example usage to load in Insomnia is available in the
src/resources/insonmiafolder.