Skip to content

philipbankier/Client-Server-using-ExpressJS-and-jQuery-Ajax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Client-Server example using GET and POST requests. To be used for quick setup on future web-dev.

Installation

Either download this repository as a zip or clone it.

  • To clone this repoitory:
    • Open your terminal
    • Install Git(if you haven't already)
    • Enter git clone https://github.com/benjaminTaubenblatt/Client-Server-using-ExpressJS-and-jQuery-Ajax.git

Usage

  • Navigate to project directory
  • Open your terminal and enter npm init
  • To start the server enter npm start
  • Open a browser and enter http://localhost:9999

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.4%
  • JavaScript 25.6%