Skip to content

MichaelWondemuu/boa-payment-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node_skeleton

Simplest skeleton for Node + Express. It can be used as a starting point for Node REST API or just as an example how to use Express framework.

The repository contains a sample Express REST API which is preconfigured to install all the dependencies for instant development.

Nodemon is used for hot-reload when saving a change.

Install dependencies

After cloning the project run :

npm install

To run the server locally, run :

npm run start

You can now GET http://localhost:3000/api/v1/ping using Postman or a browser.

Test push numero dos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published