Skip to content

A project using Python and Flask to create a community website for Assetto Corsa Competizione

Notifications You must be signed in to change notification settings

DigitalFriends/acc-community-website

 
 

Repository files navigation

acc-community-website

The below steps are for installation on Mac/Linux machines. Steps for Windows are very similar.

Installation Steps Run the following commands in terminal

  1. Clone Project: git clone https://github.com/petercosgrave/acc-community-website.git
  2. cd into project directory.
  3. python3 -m pip install --user virtualenv
  4. python3 -m venv env
  5. source env/bin/activate
  6. pip install -r requirements.txt
  7. Open project root directory
  8. flask run -> Server will be running on your local now: http://127.0.0.1:5000/

About

A project using Python and Flask to create a community website for Assetto Corsa Competizione

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.0%
  • HTML 37.0%
  • Batchfile 1.0%