Git Product home page Git Product logo

django-api---startup-project's Introduction

Django API - Startup Project

Using DJOSER + DJANGO REST FRAMEWORK JWT

I decided to create this boilerplate to facilitate the implementation of new solutions, where in most cases it is necessary to provide the features that this project has.

Features

  • REST API with JWT
  • Send activation email on register (REST API)
  • Login with email
  • Activate multiple users
  • Send confirmation email
  • Block user
  • Resend activation email
  • Send link to change password (Frontend necessary)
  • Application that fix a rest_framework_jwt issue

Development Install

Clone Repo

git clone [email protected]:silvioramalho/django-boilerplate-api.git <your-backend-name>

Setup env

cd <your-backend-name>
python3 -m venv env
. env/bin/activate

Upgrade pip

pip install --upgrade pip

Install Dependencies (dev)

pip install -r requirements-dev.txt

Creating .env file

Create an .env file at the root path and insert the following variables

SECRET_KEY=xxxxyyyyttttttxxxxyyyyyyxxxxxxxoooooiiii
DEBUG=True

FRONTEND_URL=localhost:4200

EMAIL_HOST=smtp.gmail.com
[email protected]
EMAIL_HOST_PASSWORD=google-app-password
EMAIL_PORT=587
EMAIL_USE_TLS =True
[email protected]

Note: Without spaces and single quotes

Collects the static files

cd BackendAPI
python manage.py collectstatic

Apply migrations

python manage.py migrate

Create super user

python manage.py createsuperuser

Run server

python manage.py runserver

Access

http://127.0.0.1:8000/admin/

Note: If any item in the template is changed, it will be necessary to remove the static folder from .gitignore file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.