Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraineralex/books-app
Web application developed with Node.js in which publishers, categories, authors and books that belong to each of these can be registered, the published books are displayed in the home page with all their characteristics and an email is sent to the author each time that a book of his authorship is published.
https://github.com/fraineralex/books-app
books bootstrap css express handlebars html javascript mvc nodejs sequelize sqlite
Last synced: about 1 month ago
JSON representation
Web application developed with Node.js in which publishers, categories, authors and books that belong to each of these can be registered, the published books are displayed in the home page with all their characteristics and an email is sent to the author each time that a book of his authorship is published.
- Host: GitHub
- URL: https://github.com/fraineralex/books-app
- Owner: fraineralex
- Created: 2022-08-14T02:36:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T03:30:35.000Z (about 1 year ago)
- Last Synced: 2023-10-23T04:26:06.081Z (about 1 year ago)
- Topics: books, bootstrap, css, express, handlebars, html, javascript, mvc, nodejs, sequelize, sqlite
- Language: Handlebars
- Homepage: https://book.up.railway.app/
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Books App
Web application developed with Node.js and Handlebars to publish books.
About |
Technologies |
Requirements |
Starting |
Contributing## :dart: About ##
Web application developed with Node.js in which publishers, categories, authors and books that belong to each of these can be registered, the published books are displayed in the home page with all their characteristics and an email is sent to the author each time that a book of his authorship is published.
[![books.png](https://i.postimg.cc/cHNpz4Lc/books.png)](https://postimg.cc/NypC9tTy)
## :rocket: Main Technologies ##
###
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/Books-App
# Access
$ cd Books-App
# 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)