This is the backend (CRUD) app for a simple VueJS application built with the purpose of understanding routing and state management in vue. This app provide a simple REST API endpoints to be used in the frontend. Movie Data is being served via REST API from a backend application in django using djangorestframework. Fixtures containing sample data was uploaded in the db.
-Python -Django (djangorestframework)
To get a local copy up and running follow these simple example steps.
- python3
- Git
git clone https://github.com/smart8099/movie-backend-api.git
python3 -m venv myvenv
source myvenv/bin/activate
pip install -r requirements.txt
python3 manage.py loaddata data.json
python3 manage.py runserver
http://localhost:8000/api/movies/ [GET,POST]
http://localhost:8000/api/movies/<int:id> [GET,PUT,PATCH,DELETE]
http://localhost:8000/api/movies/?search= [Filtering]
"http://localhost:5173",
"http://localhost:5174",
"http://127.0.0.1:9000",
👤 Abdul Basit Mohammed
GitHub: @smart8099
- GitHub: smart8099
- LinkedIn: Abdul Basit Mohammed