Skip to content

RedFibre/equipment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makerspace Cloud- SaaS WebApp

Features

Prerequisites

To run the Web App locally, ensure you have the following installed:

  • Python 3.11.3
  • Django 4.2.2

Installation

Step by step guide on how to install the project.

  1. Clone the Repo (git clone https://github.com/anshalkapil/equipment.git)
  2. Navigate to Project Directory: (cd .\django_project\)
  3. install dependencies (pip install -r requirements.txt)

Usuage

  1. Apply Migrations (python manage.py migrate)
  2. Create SuperUser: (python manage.py createsuperuser)
  3. Run the development Server: (python manage.py runserver)

Access the application in your browser: http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published