Book library that shows details of books
This website we made was done by using Express.JS. The main idea of this website is to show a library of books and have details of it such as the Picture, Title, the Author, the year it was published and description of it. When you click on more, it will redirect you to a page that shows details of that one book alone.
- Windows 10
- Express
- EJS
- Body parser
- Node.js
- Open a new terminal
- Type in:
npm int -y
npm install express ejs nodemon body-parser --save
- Open terminal
- Type in:
node app.js
-
Andrew Mekhail - amekha733@west-mec.org
-
Johann Herrera - jherre848@west-mec.org
-
Jaden TrujequeGoh - jtruje080@west-mec.org
-
Daniel Chiquete - dchiqu998@west-mec.org
- 0.1
- Initial Release
This project is licensed under the MIT License
Inspiration, code snippets, etc.