Simple template of a RESTFul API made in Nodejs and Express.js
Windows:
You need to have nodejs installed.
If you don't have nodejs installed, download it here:
https://nodejs.org/en/
Clone the GitHub Repository
git clone https://github.com/HericC/API_RESTFul.git
Installing dependencies
npm install
Install nodemon globally (if not already installed)
npm install nodemon -g
Configure the ".env" folder
Running API (need to install the nodemon globally)
npm start
If you don't have nodemon installed, run:
node server.js
This project is under the MIT license - see the LICENSE.md file for details