This is the main website for Techbikers. The aim is to build this into more of a platform that allows Techbikers to scale as a charitable organisation and for Chapters (different branches of Techbikers) around the world to organise their own rides.
The main components to the site at the moment (and the priorities) are:
Ensure you have Python installed (2.7.X) and pip.
docker-compose build
Checkout and go to the repo then run
Run from the following commands from the project root.
First build the database.
docker-compose run api python manage.py migrate
Then create a super user so you can login to the admin console. This will prompt you to create a username and password for this user.
docker-compose run api python manage.py createsuperuser
Then start your server!
docker-compose up
Want to contribute? Great! Get in touch tech@techbikers.com
git checkout -b my_branch
)git commit -am "Added something cool!"
)git push origin my_branch
)