Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 562 Bytes

File metadata and controls

29 lines (27 loc) · 562 Bytes

Rayanesh Site Django Backend

Whole Project Structure

  • Backend: Django
  • Frontend: React.js
  • Database: Postgres
  • Deployment: Docker and Docker Compose

Installation

  1. Clone the repository:
git clone https://github.com/webdevelopmentteam1401/Rayanesh-Backend.git
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Maintainers