Skip to content

Vaipik/web_project_team_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

217 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps how to start project

  1. Python 3.10
  2. Install poetry
  3. Run poetry install in project_name_directory
  4. In maindir create .env file where you need to you need to specify following:
    • SECRET_KEY=your secret key
    • DB_NAME=db name
    • DB_USER=db user
    • DB_PASSWORD=db password
    • DB_PORT=db port
    • DROPBOX_APP_KEY=dropbox app key
    • DROPBOX_APP_SECRET=dropbox app secret
    • DROPBOX_OAUTH2_REFRESH_TOKEN=dropbox refresh token
    • DROPBOX_ROOT_PATH=dropbox root path where files will be uploaded
  5. Run docker-compose up -d --build and visit 127.0.0.1:8000 to start using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages