generated from DogukanUrker/FastAPI-ReactTS-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
843438b
commit 9e1fe9b
Showing
1 changed file
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,69 @@ | ||
# LinktreeClone | ||
link in bio :) <br> [<b> in dev⚒️ </b>] | ||
# [LinktreeClone🔗](https://dogukanurker.com/linktreeclone) | ||
|
||
<img src="/frontend/src/assets/iphone14prolinktreeclone.png" alt="imageMobile" style="width:24rem;"/> | ||
Link in bio tool built with FastAPI & React.🔗 | ||
<br/> | ||
[Contact](mailto:[email protected])<br/> | ||
[Dogukan Urker](https://dogukanurker.com) | ||
|
||
| [Desktop](https://github.com/DogukanUrker/LinktreeClone/tree/main/images/desktop) | [Mobile](https://github.com/DogukanUrker/LinktreeClone/tree/main/images/mobile) | | ||
| :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | | ||
| ![appDesktop](/images/desktop/links.png) | <img src="/images/mobile/links.png" alt="appMobile" width="600"/> | | ||
|
||
[click for more images📷](https://github.com/DogukanUrker/LinktreeClone/tree/main/images) | ||
|
||
|
||
## Requirements 📦 | ||
|
||
#### Backend | ||
- FastAPI | ||
- Uvicorn | ||
- PyMongo | ||
- Passlib | ||
- Pydantic | ||
- PyJWT | ||
- Python 3.10 or newer | ||
|
||
#### Frontend | ||
- React | ||
- React-Colorful | ||
- React-Dom | ||
- React-Router-Dom | ||
- Axios | ||
- Node | ||
|
||
## Installation ⬇️ | ||
|
||
download source code from Github 💾 | ||
`git clone https://github.com/DogukanUrker/LinktreeClone.git` | ||
|
||
go to directory 📁 | ||
`cd LinktreeClone` | ||
### Backend | ||
|
||
go to directory 📁 | ||
`cd backend` | ||
|
||
install requirements.txt 🔽 | ||
`pip install -r requirements.txt` | ||
|
||
it's ready to run 🎉 | ||
`uvicorn main:app --reload --port 1202` | ||
|
||
### Frontend | ||
|
||
go to directory 📁 | ||
`cd frontend` | ||
|
||
install packages 📦 | ||
`npm install` | ||
|
||
it's ready to run 🎉 | ||
`npm run dev` | ||
|
||
### Contributors 💕 | ||
|
||
<a href="https://github.com/dogukanurker"><img src="https://avatars.githubusercontent.com/u/62756402" title="ngryman" width="80" height="80"></a> | ||
|
||
### Support 💰 | ||
|
||
<a href="https://dogukanurker.com/donate" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-red.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> |