Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 417 Bytes

DevPosts

A social media API for minimalistic devs

Running API:

Configuring the environment

  • go inside backend folder running the command "cd backend"
  • create a .env file based on "backend/.env.example"

Running the containers

  • run the docker compose:
    • "docker compose up -d"

Accessing the API