Skip to content
/ API_RESTFul Public template

Simple template of a RESTFul API made in Nodejs and Express.js

License

Notifications You must be signed in to change notification settings

HericC/API_RESTFul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub package.json version GitHub repo size GitHub top language GitHub

API_RESTFul

Simple template of a RESTFul API made in Nodejs and Express.js

Installation

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

Development Setup

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

License

This project is under the MIT license - see the LICENSE.md file for details

Authors

About

Simple template of a RESTFul API made in Nodejs and Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published