Skip to content

aravindkk/Set-up-express-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start steps:

1.) Fork this repo

2.) Decide your GET and POST API's and have your html pages ready and place them in the repo folder.

3.) Rename the API routes as desired in the server.js file.

4.) Simply rename the name of pages in the GET and POST calls in server.js to your desired pages.

5.) Install nodeJS from the website nodejs.org/download Once you have nodeJS installed, install the dependencies by running from the repo folder:

npm install

6.) Run the server:

node server.js

7.) Head to localhost:5000 and check your API calls.

Please feel free to contact me(aravindbharathykk@gmail.com), if you face any issues or if you need any help.

About

To get you started with a simple Express server which can service GET and POST requests and parse form inputs.This is a boilerplate code for quickly setting up a server on NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors