Skip to content

Some simple server configurations for testing purposes (using Node.js server environment)

Notifications You must be signed in to change notification settings

thuanvu301103/Testing_Server_with_HTTP_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Testing_Server_with_HTTP_API

Introduction

  • These are very simple server (runing on Node.js server-environment) for testing purpose
  • These server is configuration using Node.js server environment

Intruction

To use these server, you have to follow these steps:

  1. Make sure you have installed Node.js and npm
  2. Make sure you have unstalled required modules in README file in the folder - open Terminal, navigate to the folder cotaining js file type: npm install <module1, module2, ...> or npm i <module1, module2, ...>
  3. Open terminal and navigate to the directiry that contains js file
  4. Enter: node <js_file>

About the API

I have included HTTP API list in each folder, you just have to use it while running the server.

About

Some simple server configurations for testing purposes (using Node.js server environment)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published