Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

AC159/ChessWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Chess website

  1. Create a .env file at the root of the project with these variables:

     FLASK_APP=ChessWebsite
     FLASK_ENV=development
    
     APP_SECRET_KEY=<some string>
     
     DATABASE_URL=postgres://postgres:postgres@localhost:5432/dbname
     DATABASE_NAME=dbname
     DATABASE_HOST=localhost
     DATABASE_USER=postgres
     DATABASE_PASSWORD=postgres
     
     MAIL=<email address>
     MAIL_PASSWORD=<email password to send emails>
    
  2. Install requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published