demo.mp4
You will need to install git lfs. You can install it by here
-
Clone the repository:
git clone https://github.com/Rajendrakhanal/Opinix.git
-
Change directory to
Opinix
cd Opinix
-
Pull from git lfs
git lfs pull
-
Track the large files
git lfs track "*.txt"
-
Change directory to
frontend
cd frontend
-
Installation of node packages
npm i
-
Running the project:
npm run dev
-
Change directory to
backend
cd backend
-
Installation of necessary modules
pip install -r requirement.txt
-
Create migration files
python3 manage.py makemigrations
-
Apply the migrations to the database
python3 manage.py migrate
-
Running the project:
python3 manage.py runserver
- Vite
- React
- React Router
- React Icons
- Firebase
- Django
This project is licensed under the MIT License.