Skip to content

NeoArkByte/gem-hub-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEMHUB_BACKEND

This is the backend project for Gem Hub.

Setup Instructions

  1. Clone the repository
git clone https://github.com/NeoArkByte/gem-hub-backend

cd gem-hub-backend
  1. Install uv package manager (if not installed)
pip install uv
  1. Create and activate virtual environment
uv venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate
  1. Install dependencies
uv sync
  1. Run migrations
python manage.py makemigrations
python manage.py migrate
  1. Start the development server
python manage.py runserver

Visit http://127.0.0.1:8000/ to confirm the server is running.

About

Django API using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors