This is my DBMS mini project!
- Frontend- React, SCSS
- Backend- python(Django)
- Database- SQLite
- API- OpenAI (chatgpt 3.5)
- User
- Blogposts
- Categories
- Images
- Comments
First go to the clinet directory
cd client
Then install all the node modules
npm install
Run the react app
npm run dev
Create a virtual environment
virtualenv venv
venv\Script\activate
Install all the requirenments
pip install -r requirenment.txt
Change the directory to Backend
cd Backend
Apply all the migrations and migrate the database
python manage.py makemigrations
python manage.py migrate
Create a admin
python manage.py createsuperuser
Run the project
python manage.py runserver
Install my-project with npm
npm install my-project
cd my-project