RestApi-With-Django-3.2-And-Django-Rest-Framework
Description
This repository is a Software of Development with Python.
Virtual
Using pipenv, virtualenv preferably.
Installation
Using Django, Django Rest Framework preferably.
DataBase
Using SQLite3, PostgreSQL, MySQL, MongoDB,etc.
Apps
Using Postman, Insomnia, Talend API Tester,etc.
Usage
$ git clone https://github.com/DanielArturoAlejoAlvarez/RestApi-With-Django-3.2-And-Django-Rest-Framework.git [NAME
$ source env/bin/activate
$ python manage.py makemigrations
$ pthyon manage.py migrate
$ python manage.py runserver
Follow the following steps and you're good to go! Important:
Coding
Config
DATABASE_URI='mysql+pymysql://{}:{}@{}/{}'.format(DB_USER,DB_PASSWORD,DB_HOST,DB_NAME)
Authentication
Middlewares
Models
Controllers
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/DanielArturoAlejoAlvarez/RestApi-With-Django-3.2-And-Django-Rest-Framework. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.