Skip to content

Commit

Permalink
fix website
Browse files Browse the repository at this point in the history
  • Loading branch information
kiahamedi committed Oct 18, 2023
2 parents 94aef28 + 393ccc6 commit 7e8f80f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# URL-Shortener
URL Shortener - Django

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Naereen/StrapDown.js/graphs/commit-activity)

# Demo
![Alt text](https://raw.githubusercontent.com/kiahamedi/URL-Shortener/main/Screenshot.png "Optional title")

# Install
```python
git clone https://github.com/kiahamedi/URL-Shortener.git
cd URL-Shortener/
pip install -r requirements.txt
cd app/
python manage.py migrate
```
<br>


# Run localhost
```python
python manage.py runserver
```
<br>


## Are you a developer?
> 1-Fork it!</br>
> 2-Create your feature branch: git checkout -b my-new-feature</br>
> 3-Commit your changes: git commit -am 'Add some feature'</br>
> 4-Push to the branch: git push origin my-new-feature</br>
> 5-Submit a pull request</br>
Binary file added Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e8f80f

Please sign in to comment.