Setup

Setup #

Docker Compose #

Prerequisites

Steps to Setup

  • Clone the repo
  • Make required changes to docker-compose.yml
  • Run docker compose up

Local server #

Prerequisites :

Steps to Setup

  • git clone https://github.com/deprov447/median-api : Clone the repo to your machine
  • cd median-api
  • npm install : Install all the required node dependencies
  • (cd src/frontend && hugo) : Generate static front pages
  • npm start