Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraineralex/biblos-app
📚 Web application developed with Node.js and Handlebars for books sales.
https://github.com/fraineralex/biblos-app
express handlebars nodejs sequelize
Last synced: 7 days ago
JSON representation
📚 Web application developed with Node.js and Handlebars for books sales.
- Host: GitHub
- URL: https://github.com/fraineralex/biblos-app
- Owner: fraineralex
- License: mit
- Created: 2023-03-11T02:59:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T04:13:24.000Z (over 1 year ago)
- Last Synced: 2025-01-18T08:09:10.515Z (15 days ago)
- Topics: express, handlebars, nodejs, sequelize
- Language: Handlebars
- Homepage:
- Size: 17.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Biblos App
Web application developed with Node.js and Handlebars for books sales.
About |
Technologies |
Requirements |
Starting |
Contributing## :dart: About ##
Web application developed with Node.js and Handlebars for book sales. It has user logging and registration, list displays, and the option to categorize published books, among other things.
[![biblos.png](https://i.postimg.cc/XYkMtK9J/biblos.png)](https://postimg.cc/w1Mbmmf8)
## :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/biblos-app
# Access
$ cd biblos-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.
## 👨🏻🚀 Developers
- Frainer Encarnación --> [Github](https://github.com/fraineralex)
- Maycol Daniel Perez --> [Github](https://github.com/LNagat)
- Martha Espinal --> [Github](https://github.com/Martha-19)
- Raymond De La Rosa --> [Github](https://github.com/RayCode03)