SusheelThapa / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

Unlocking insights, one byte at a time

React Vite FastAPI SQLite

Table of Contents

Demo

Blog.App.mp4

Installation

Setup

FrontEnd

  1. Clone the repository:

    git clone https://github.com/your-username/blog.git
    cd blog
  2. Change directory to blog

    cd blog/
  3. Installation of node packages

     yarn
  4. Running the project:

    yarn run dev

Backend

  1. Installation of python packages

     pip install -r requirements.txt
  2. Running the project:

    uvicorn app.main:app --reload

Contributing

We welcome contributions to enhance and improve blog! Feel free to submit issues, feature requests, or pull requests. Please adhere to our Code of Conduct.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:TypeScript 61.9%Language:Python 31.3%Language:JavaScript 2.9%Language:CSS 2.4%Language:HTML 1.5%