Skip to content

Soumya0803/Ghibli-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghibli-Movies

  • Create a virtual environment

python3 -m venv ghibli

  • Activate the virtual environment

source ghibli/bin/activate

  • Installation

git clone [email protected]:Soumya0803/Ghibli-Movies.git

cd Ghibli-Movies

  • Install dependencies:

pip install -r requirements.txt

  • Apply migrations:

python manage.py migrate

  • Run the development server:

python manage.py runserver

http post http://127.0.0.1:8000/api-token-auth/ username=test password=test

  • Get movies list with authors:

http http://127.0.0.1:8000/movie/ 'Authorization: ghiblikey GHIBLI_KEY'

  • Run tests

python manage.py test movies.tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages