Skip to content

chetnarathore10/reactjs-fastapi-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener with ReactJS, FastAPI

💻 Project Description

Simple URL shortener project built with ReactJS and FastAPI as a learing exercise.

✅ Demo

🚀 Powered By

Frontend

  • ReactJS
  • Material UI
  • React Query
  • React Tiny Link
  • React Copy To Clipboard

Backend

  • FastAPI
  • SqlAlchemy

📗 Installation (API & Web)

API backend:

$ cd backend
$ pip install -r requirements.txt
$ uvicorn src.main:app --reload

Web client:

$ cd client
2. $ npm install  # or yarn install
3. $ npm start    # or yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors