Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omarnazih committed Aug 18, 2022
1 parent b1e995e commit e3eb11d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# SmartShortner
[![Build Status](https://github.com/evanpurkhiser/waitress/workflows/build/badge.svg)](https://github.com/omarnazih/SmartShorten.git)

### Start
SmartShortner is an API that Shortens your url, this is only the backend part you can find frontend [here](https://github.com/omarnazih/SmartShorten-FN) .


[API Docs](https://jsfiddle.net/8e6bkonq/)
[Heroku](https://smart-shorter-api.herokuapp.com/)

### To run this project
- Create a virtual environment
```
virtaulenv venv
source venv/Scripts/activate
```
- Install packages
```
pip install -r requirements.txt
```
- Run the project
```
python run.py
```

0 comments on commit e3eb11d

Please sign in to comment.