Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-96/fast-api-url-shortener
A simple URL shortener demo app build with FastAPI.
https://github.com/robert-96/fast-api-url-shortener
Last synced: 23 days ago
JSON representation
A simple URL shortener demo app build with FastAPI.
- Host: GitHub
- URL: https://github.com/robert-96/fast-api-url-shortener
- Owner: Robert-96
- License: mit
- Created: 2023-06-25T17:40:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T00:10:25.000Z (11 months ago)
- Last Synced: 2024-04-15T00:17:22.869Z (7 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-api-url-shortener
A simple URL shortener demo app build with FastAPI.
## Development Setup
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Install Dependencies
```
pip install -r requirements.txt
```### Run
To start the development server, run the following command:
```
uvicorn app.main:app --reload
```Once the server is up and running, open http://localhost:8000 in your browser. You can also access the Swagger UI documentation at http://127.0.0.1:8000/docs.
## License
This project is licensed under the [MIT License](LICENSE).