Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blosite (using AI)

This is my DBMS mini project!

Technology Stack

  • Frontend- React, SCSS
  • Backend- python(Django)
  • Database- SQLite
  • API- OpenAI (chatgpt 3.5)

Tables used in our project

  • User
  • Blogposts
  • Categories
  • Images
  • Comments

Frontend

First go to the clinet directory

  cd client

Then install all the node modules

  npm install

Run the react app

  npm run dev

Backend

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

Installation

Install my-project with npm

  npm install my-project
  cd my-project

ER Diagram

App Screenshot

Schema Diagram

App Screenshot

About

DBMS mini project !

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages