/drinks

Rest API with Python and Django

Primary LanguagePython

Drinks

License

Description

A practice API for drinks

Features

Installation

  1. Clone the repository:
git clone https://github.com/MonBoza/drinks.git
  1. Create your virtual environment
python -m venv .[your environment name] ]
  1. Activate your virtual environment
. .venv/bin/activate
  1. Install dependencies:
pip install django
pip install djangorestframework [project name] .
  • note the . at the end is to start the project at the current directory

Usage

  • Create, Read, Update and Delete API objects

Contributing

Contributions are welcome! Please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License.