Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.02 KB

Learning - NodeJs Express, Templating Engine, API

Table of contents

General info

This is a simple learning activity wherein we will be learning about nodejs, express, templating with handlebars and creating API with CRUD

Technologies

Project is created with:

  • Node Js: latest
  • Express
  • Nodemon
  • Express Handlebars

Setup

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

Contributing

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.

Resources

License

MIT