User-Registration-with-server-side-validation-in-Django

A Django-based application implementing user registration with robust server-side validation to ensure data integrity and security.

Stars
1
Committers
2

User Registration with server side validation in Django

Tech Stack

Client: Django Framework, Python, HTML & CSS

Server: MySQL & MySQL Workbench 8.0 CE

Documentation

Documentation

  1. First create a folder and go inside the folder and in top of the search bar type cmd to open "cmd"

  2. creating Virtual env: py -m venv myenv (here the -m denotes allocating the memory space for the virtual-env)

  3. Activate venv: (1) cd myenv (2)cd scripts (3)Activate

  4. Install Django into the folder: pip install django

  5. Creating the project: Django-admin startproject _____ .(in this dash use the project name there)(then after typing the pro name leave a space and put dot)

  6. Creating the application: py manage.py startapp ______(in this dash use the app name there)

  7. To open vs code. code . (type code space dot)

Deployment

To deploy this project run

  python manage.py runserver
           (or)
  py manage.py runserver

Support

For support, Folllow me on Linkedin "https://www.linkedin.com/in/gunasekar1652

My GitHub Account "https://github.com/Gunasekar6303"

Related Projects