Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generic API + Docker + DRF
# 〽️ Generic API + Docker + DRF 〽️

This project serves as an educational example of creating an API using Generic Views in Django. The project is authored by Marselle. You can contact the author [here](https://instagram.com/5ekastan).

Expand Down Expand Up @@ -40,7 +40,7 @@ Generic API Project demonstrates the use of Django to create an API using Generi
python manage.py runserver
```

2. Open a web browser and go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to access the API.
2. Open a web browser and go to [http://localhost:8000/](http://localhost:8000/) to access the API.

## Using the API

Expand Down