This is a Django project with PostgreSQL as the DB.
First, run the development server:
python3 manage.py makemigrations
# then
python3 manage.py migrate
# then
python3 manage.py runserver
Open http://localhost:8000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
One of the Apps in this Project uses Github OAuth Integration, and more Apps to come with different functionalities in this Project.
To learn more about the Social Media OAuth Providers Integration with Django, you can check out this page.
You can check out this Github Repository - your feedback and contributions are welcome!
The Easiest way to deploy the Django APIs is by using lambda functions in AWS, or else use ec2 instances if you want to setup and manage everything by yourself!
Guidelines for contributing to the app.
Fork the repository Create a new branch (git checkout -b feature-name) Commit your changes (git commit -m 'Add some feature') Push to the branch (git push origin feature-name) Open a Pull Request