Movies API

This is a basic REST API build using Django


Tech Stack

Python

Django

DjangoREST

Project setup

Fork and clone the repository

copy the url of the forked repository and clone it

git clone https://github.com/<github_username>/movies-rest-api.git

Change the directory

cd movies-rest-api

Create a virtual environment

python -m venv env

Install the dependencies

pip install -r requirements.txt

Run the Django server

python manage.py runserver

Follow the link and have fun