https://github.com/fernandabitten/node-application
Application to register movie in Node
https://github.com/fernandabitten/node-application
bcrypt express-js javascript knex nodejs sqlite3
Last synced: about 2 months ago
JSON representation
Application to register movie in Node
- Host: GitHub
- URL: https://github.com/fernandabitten/node-application
- Owner: Fernandabitten
- Created: 2022-08-13T01:09:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T00:00:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T18:52:02.719Z (about 1 year ago)
- Topics: bcrypt, express-js, javascript, knex, nodejs, sqlite3
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js application
### Application to register movie in Node.js
> It is possible to register a movie, fill in some information (name, description, note) and create tags related to it.
### Diagrama

### Other details
> - Password encryption;
> - Email validation;
> - Cascade (ensures that the tag is deleted if the user deletes the note)