Skip to content

kousiksatish/beerfactory-pragyan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEER FACTORY

Game for Pragyan

Build Instructions

  1. Clone the repository and move into that directory
  2. Create a virtual environment by virtualenv env
  3. Activate the virtual environment source env/bin/activate
  4. Run pip install -r requirements.txt to install requirements
  5. Change directory to beerf
  6. Create a .env file and Set environment variables for MySQL database configuration by adding the following lines in the .env file
    • DB_USER=<user>
    • DB_PASSWORD=<password>
    • DB_NAME=<name>
  7. Run python manage.py migrate to initiate the database
  8. Run python manage.py runserver to start local development server n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published