Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 658 Bytes

Cards 110 API

codecov

The API layer for the Cards 110 application

Requirements

To run this application you need a MongoDB instance to point to. You will also need an application and API configured in Auth0. You will also need a cloudinary account.

All of the above can be configured in the .env file.

Technical Stack

  • Go
  • Swagger
  • MongoDB

Building

To build locally make build To build the docker image make image

Running

To run locally make run