Skip to content

hardeep-chhabra/django_universal

Repository files navigation

This is a Django project with PostgreSQL as the DB.

Getting Started

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.

Learn More

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!

Deploy on AWS

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!

Contribute Here!

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published