Skip to content

Commit ae0520c

Browse files
committed
feat: Update README.md to reflect API and frontend serving from same localhost port
1 parent 027c4ae commit ae0520c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Change the Base URL of the API to point to the one we had setup before and enjoy
7878
4. Start the server
7979

8080
```sh
81-
make runserver
81+
python3 -m fastapi run app
8282
```
8383

84-
- Now frontend contents will be accessed from <http://localhost:8000> and API from <http://localhost:8000/api/>.
84+
- Now both API and frontend contents will be served from <http://localhost:8000>
8585

8686
> [!NOTE]
8787
> Purpose to checkout [Youtube-Downloader-API](https://github.com/Simatwa/youtube-downloader-api) to learn more about customizing the REST-API.

0 commit comments

Comments
 (0)