Repository created to follow along the book Web Development with Node and Express.
This project has the purpose to implement the things talked about in the book Web Development with Node and Express.
- Node and Npm installed
- Express Handlebars | Template Engine
- ExpressJS | Back-end framework
- MongoDB | NoSQL Database
- Clone this repo
- On the root directory run
npm i
to install the dependencies - Run
npm start
to run application
Thank you 💜