The system is an API that manages a D&D RPG system, which promotes integration between user files. registration of monsters among other features
1° To start the project it is important that you have python on your machine so you can follow this tutorial to install python in a more current version
Python used in Projet: 3.10
https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/
https://www.python.org/downloads/
2° The next step is to install pip and the python virtual environment on the machine
https://help.dreamhost.com/hc/en-us/articles/115000695551-Installing-and-using-virtualenv-with-Python-3
python -m venv // Create a virual venv
venv\Scripts\activate.ps1 // Activate virtual environment (powershell)
source venv\Scripts\activate // Activate virtual environment (ubuntu)
python -m pip install --upgrade pip // Update pip
pip install -r requirements.txt // Install dependeces
python manage.py migrate // synchronize database
python manage.py createsuperuser // Create a super user
python manage.py runserver // Start Local Server
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added if necessary.
- Add Screenshots to help us know what this Program/Fellowship is all about.
Kawhan Laurindo de Lima |
---|
Thanks goes to these wonderful people
Kawhan Laurindo de Lima |
---|
You can find our Code of Conduct here.
This project follows the MIT License.
This project follows the MIT License.