An open API service indexing awesome lists of open source software.

https://github.com/joshidivanshu/backend1


https://github.com/joshidivanshu/backend1

Last synced: 3 months ago
JSON representation

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
```