Films API is a Node.js API that allows you to manage movie notes. You can create and update users, create movie notes with title, description, rating, and tags, retrieve movie notes with their corresponding tags, delete movie notes, and list movie notes and tags.
- User creation and update
- Movie note creation with title, description, rating, and tags
- Retrieval of movie notes with their corresponding tags
- Movie note deletion
- Listing of movie notes
- Listing of tags
This project was developed with the following technologies:
- Node.js
- Express
- Knex
- SQLite
- Bcryptjs
- Insomnia
Make sure to have these dependencies installed before running the project.