Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/othreecodes/vhireapi
- Owner: othreecodes
- Created: 2018-01-16T20:23:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:50:50.000Z (about 2 years ago)
- Last Synced: 2024-04-23T09:41:03.171Z (9 months ago)
- Topics: api, django, drf, hire, jobs, services
- Language: Python
- Homepage: https://socialist-donair-73781.herokuapp.com/
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)