Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-React-Template

A full-stack web app template with authentication, page routing, and pre-built components tailored for SaaS applications. It uses JWT tokens for secure session management and includes animated UI elements for a modern user experience.

This template allows you to quickly bootstrap SaaS projects without reinventing the wheel or writing repetitive boilerplate code.

Tech Stack

  • Backend: Python, Django
  • Frontend: TypeScript, React
  • Styling: Tailwind CSS

Features

  • User authentication (login, register, logout)
  • JWT-based session management
  • Page routing and protected routes
  • Reusable and animated UI components
  • Ready-to-use SaaS application structure

Screenshots

Home Page
Home Page

Login Page
Login Page

Register Page
Register Page

Getting Started

  1. Clone the repository:
    git clone https://github.com/kais-grati/Django-React-Template.git
  2. Install frontend dependencies:
    cd frontend
    npm install
  3. Install backend dependencies:
    cd backend
    pip install -r requirements.txt
  4. Run the development servers:
    • Backend:
      python manage.py runserver
    • Frontend:
      npm dev run

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this template.

License

This project is licensed under the MIT License.

About

A Django-React template for building a SAAS fast

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages