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
- Node.js 20.11.0 or latest installed on your system.
- Clone the respository:
git clone https://github.com/jumagu/node-restserver.git
. - Install Node Modules:
npm install
ornpm i
. - Rename the
.env.template
file to.env
and assign the values to the variables as appropriate. - Run the application: execute in the console on your app path
nodemon app
(if you already have nodemon installed globally) ornode app
.