Skip to content

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

Notifications You must be signed in to change notification settings

jumagu/node-restserver

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published