This is a simple learning activity wherein we will be learning about nodejs, express, templating with handlebars and creating API with CRUD
Project is created with:
- Node Js: latest
- Express
- Nodemon
- Express Handlebars
To run this project, install it locally using npm:
$ git clone https://github.com/austinnoronha/learning_express.git
$ cd learning_express
$ npm install
$ npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.