The code for api.open-book.org.
The project is a Django application.
There are many different ways to contribute to the website development, just find the one that best fits with your skills and open an issue/pull request in the repository.
Examples of contributions we love include:
- Code patches
- Bug reports
- Patch reviews
- Translations
- UI enhancements
Please read and follow our Code of Conduct.
Every contribution accepted is licensed under AGPL v3.0 or any later version. You must be careful to not include any code that can not be licensed under this license.
Please read carefully our license and ask us if you have any questions.
We have a keybase public channel where you can talk to us!
Help us keep the repository history consistent 🙏!
We use gitmoji as our git message convention.
If you're using git in your command line, you can download the handy tool gitmoji-cli.
Clone the repository
git clone [email protected]:OpenBookOrg/openbook-org-backend.git
Create and configure your .env file
cp sample.env .env
nano .env
Install the dependencies
$ pipenv install
Activate the pipenv environment
pipenv shell
Serve with hot reload at http://127.0.0.1:8000
$ python manage.py runserver