Skip to content

yuutoa/crm-records-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM-Records App


Overview

CRM-Records is a simple web application built using the Django framework. It allows users to perform CRUD (Create, Read, Update, Delete) operations on records and manage them efficiently. The system also includes user authentication with login and registration functionality.


Project Preview

Below are some preview images showcasing the CRM-Records:

Preview Image 1 Preview Image 2 Preview Image 3 Preview Image 4 Preview Image 4


Installation and Usage

  1. Clone the Repository:
 git clone https://github.com/yuutoa/crm-records-app.git
 cd crm-records-app
  1. Create and Activate Virtual Environment:
python -m venv venv
venv\Scripts\activate  # On MacOS or Linux use: source venv/bin/activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Apply Migrations:
python manage.py migrate
  1. Run the Application:
python manage.py runserver
  1. Access the Application:
    Open your browser and go to: http://127.0.0.1:8000

Usage Instructions

  • Register a new account or log in if you already have one.
  • Create, view, update, or delete records as needed.
  • View and manage records from your personal dashboard.

Yuuto Akihiro

About

CRM-Records is a simple web application built using the Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages