Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/othreecodes/vhireapi

A Job/Services Hire Platform (API)
https://github.com/othreecodes/vhireapi

api django drf hire jobs services

Last synced: about 2 months ago
JSON representation

A Job/Services Hire Platform (API)

Awesome Lists containing this project

README

        

# vhireapi

A Service Hire Platform (API) Built with Django and Django-rest-framework (WIP)
```
$ git clone this repo
$ virtualenv venv -p /usr/bin/python3.7
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
$ python mange.py createsuperuser

```

## Swagger
![](swagger.png)

View The android app here [VHire](https://github.com/othreecodes/vhire)