Link in bio tool built with FastAPI & React.๐
Contact
Dogukan Urker
Desktop | Mobile |
---|---|
- FastAPI
- Uvicorn
- PyMongo
- Passlib
- Pydantic
- PyJWT
- Python 3.10 or newer
- React
- React-Colorful
- React-Dom
- React-Router-Dom
- Tailwind
- Axios
- Node
download source code from Github ๐พ
git clone https://github.com/DogukanUrker/LinktreeClone.git
go to directory ๐
cd LinktreeClone
go to directory ๐
cd backend
install requirements.txt ๐ฝ
pip install -r requirements.txt
it's ready to run ๐
uvicorn main:app --reload --port 1202
go to directory ๐
cd frontend
install packages ๐ฆ
npm install
it's ready to run ๐
npm run dev