A backend application with MVC architecture and REST pattern to APIs.
This is an application that finds, publishes, updates and removes movies from a database.
This is a backend application, so it has no interfaces.
Here are some screenshots of the console while I was developing:
- Install dependencies with
npm install
- Serve for development with
npm run dev