https://github.com/joshidivanshu/backend1
https://github.com/joshidivanshu/backend1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshidivanshu/backend1
- Owner: joshidivanshu
- License: mit
- Created: 2021-11-08T12:21:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T17:34:43.000Z (over 3 years ago)
- Last Synced: 2024-12-27T04:43:23.998Z (5 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Birthday Wishes Rest Api
```
git clone https://github.com/joshidivanshu/backend1.git
```### Setting up the Project
```angular2html
pip install -r requirements.txt
```### Running the Project
```angular2html
python manage.py migrate
python manage.py runserver
```### Making a request
```angular2html
url - localhost:8000/name?name=your_name
```