Skip to content

jac1013/blog-backend

Repository files navigation

dev.codecarver

CircleCI

Backend for a personal blog

Pre-requisites

Install dependencies

  • $make

Run the project

  • Build docker images with $make docker
  • Run the database with $make run-db
  • Run the web API with $make run

What you can do in this project