Simple URL shortener project built with ReactJS and FastAPI as a learing exercise.
- ReactJS
- Material UI
- React Query
- React Tiny Link
- React Copy To Clipboard
- FastAPI
- SqlAlchemy
API backend:
$ cd backend
$ pip install -r requirements.txt
$ uvicorn src.main:app --reloadWeb client:
$ cd client
2. $ npm install # or yarn install
3. $ npm start # or yarn start