Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fraineralex/movies-application

🎬 Node.js web app for movie management using MVC and Sequelize.
https://github.com/fraineralex/movies-application

express movies-app nodejs sequelize sqlite

Last synced: 17 days ago
JSON representation

🎬 Node.js web app for movie management using MVC and Sequelize.

Awesome Lists containing this project

README

        


Movies App


Web application build in Node.js when you can manage movies and their respective genres.




Badge showing the total of project forks


Badge showing the total of project stars


Badge showing average commit frequency per month


Badge showing when the last commit was made


Badge showing the total of project issues


Badge showing the total of project pull-requests


Badge showing project license type


About   |  
Technologies   |  
Requirements   |  
Starting   |  
Contributing

## :dart: About ##

Movies Application is a web application developed in Node.js with MVC from which you can make a maintenance of movies and their respective genres, where sequelize is used with SQLite for data persistence.

[![movies.png](https://i.postimg.cc/sD9TFR4q/movies.png)](https://postimg.cc/QHCQ5wPJ)

## :rocket: Main Technologies ##


js Logo
   


Node.js Logo
   


Express Logo
   


SQLite Logo
   


HTML Logo
   


CSS Logo
   


Bootstrap Logo
   

###

See more

###

* Frontend
- html
- css
- Bootstrap
- js

* Backend
- Node js
- Express
- express-handlebars

* ORM
- sequelize

* DB
- sqlite3

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Node js](https://nodejs.org) v16.13.2 onwards installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/fraineralex/Movies-Application
# Access
$ cd Movies-Application
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will execute and you will see the path: http://localhost:5000
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with 💙 by Frainer Encarnación

## 👨🏻‍🚀 Developer
- Frainer Encarnación --> [Github](https://github.com/fraineralex)