Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 828 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 828 Bytes

eatda-be

Project Settings

  1. folder structure
    eatda-be
    ├─accounts
    │  └─migrations
    ├─config
    │  ├─docker
    │  ├─nginx
    │  └─scripts
    ├─diets
    │  └─migrations
    ├─eatda_be
    │  └─settings
    └─users
       └─migrations
    
  2. add env file
  • create .env file in eatda-be/
  • create .env.prod file in eatda-be/
  • add pem key in eatda-be/
  • env file & pem key exist in this drive link
  1. docker build
  • for the first time
    docker-compose build
    
  1. run project
    docker-compose up

API

link