evgeniy-dammer / todo-rest-api

A simple REST API for Todo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple REST API for Todo application

This application is based on the video course by Maxim Zhashkevych

How to run

  • Create .env file at the root of the projects folder and provide a password for the DB_PASSWORD variable inside
  • Run docker-compose up
  • API works on http://localhost:8000

Postman tests

There is a JSON file in projects root folder called todo-rest-api.postman_collection.json. You can import it into Postman to have a collection of request tests.

About

A simple REST API for Todo application


Languages

Language:Go 96.3%Language:Makefile 2.5%Language:Dockerfile 1.2%Language:Shell 0.1%