Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 670 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 670 Bytes

Getting Started

This is a RESTful API built with Node.js and Express.js in the Udemy course Node: From zero to expert.

Documentation: https://documenter.getpostman.com/view/20192830/2sA3JRZK3U

Requirements

  • Node.js 20.11.0 or latest installed on your system.

Development Steps

  1. Clone the respository: git clone https://github.com/jumagu/node-restserver.git.
  2. Install Node Modules: npm install or npm i.
  3. Rename the .env.template file to .env and assign the values to the variables as appropriate.
  4. Run the application: execute in the console on your app path nodemon app (if you already have nodemon installed globally) or node app.