Skip to content

Rajendrakhanal/Opinix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinix

Table of Contents

Demo

demo.mp4

Installation

Prerequisites

You will need to install git lfs. You can install it by here

Setup

  1. Clone the repository:

    git clone https://github.com/Rajendrakhanal/Opinix.git
  2. Change directory to Opinix

    cd Opinix
  3. Pull from git lfs

    git lfs pull
  4. Track the large files

    git lfs track "*.txt"

FrontEnd

  1. Change directory to frontend

    cd frontend
  2. Installation of node packages

     npm i
  3. Running the project:

    npm run dev

Backend

  1. Change directory to backend

    cd backend
  2. Installation of necessary modules

     pip install -r requirement.txt
  3. Create migration files

    python3 manage.py makemigrations
  4. Apply the migrations to the database

    python3 manage.py migrate
  5. Running the project:

    python3 manage.py runserver

Dependencies

Frontend

  • Vite
  • React
  • React Router
  • React Icons
  • Firebase

Backend

  • Django

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •