A python back-end service for a job recruitment portal
Python3.6
-
To build the service and download dependencies, run
./uranium
-
To start the service, run
./uranium dev
-
Service will start on http://localhost:8000
-
Try out the following APIs:
a. '/api/v1/applicants/'
b. '/api/v1/organizations/'
c. '/api/v1/recruiters/'
- Django (2.0.7) WEB framework.