Skip to content

davidemusi/jobber-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobber-API

This is a RESTful API for a job site built with Django Rest Framework.

This API is hosted on Heroku and can be accessed at the following URL: https://jobsite-api.herokuapp.com/

Endpoints

Technologies

  • Python 3.11.3
  • Django 4.2
  • Django REST Framework 3.14.0

Getting Started

  1. Clone the repository: git clone https://github.com/davidemusi/jobber-api.git

  2. Create a virtual environment: python -m venv env

  3. Activate the virtual environment: env\Scripts\activate (Windows) or source env/bin/activate (macOS/Linux)

  4. Install the dependencies: pip install -r requirements.txt

  5. Run the migrations: python manage.py migrate

  6. Start the development server: python manage.py runserver Deployed API

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This is Django Rest Framework APIs for Job site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published