- Two User Type Doctor or Patient can Signup/Login in this app.
- The Django Registration App is a web application built with Django that provides user registration functionality. It allows users to sign up for an account, log in, and view their details on profile Page.
- User Registration: Allow users to create an account by providing necessary information.
- User Authentication: Secure user authentication system for login and logout.
- Profile Dashboard: Users can see their profiles with additional information.
- Customizable: Easily customize and extend the RegistrationApp based on your project's needs.
- asgiref==3.7.2
- Django==5.0
- mysqlclient==2.2.0
- Pillow==10.1.0
- sqlparse==0.4.4
- tzdata==2023.3
- python -m venv venv
- .\venv\Scripts\activate
- cd RegistrationApp
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver