Giter VIP home page Giter VIP logo

restwebservices's Introduction

Web Services created in Node.js using MySQL as the database.

Installation

You need Node and MySQL installed on your machine. You can install it from nodejs.org

Download and Install MySQL

Download and Install MySQL Workbench with username "root" and password "mysql"

Create schema as in DB_Schema folder

Start your MySQL server from SQL Workbench

From project directory run this command

$ npm install

Run the server.js file with command

$ node server.js

Use RESTClient like https://chrome.google.com/webstore/detail/postman-rest-client-short/mkhojklkhkdaghjjfdnphfphiaiohkef?hl=en to call APIs The OpenShift nodejs cartridge documentation can be found at:

http://openshift.github.io/documentation/oo_cartridge_guide.html#nodejs

Our Server is running on eskimo-cmpe277.rhcloud.com/

  • To make a rest call to create an event call this API "/createEvent"
  • This is a sample request that you can make
  • { "event_name": "Ski @ 1st Street", "user_id": "1", "location": "San Jose", "start_time": "2015-12-10 00:00:00", "end_time": "2015-12-11 00:00:00" }
  • This a sample response you get
  • { "event_id": "Ski @ 1st Street1449023165" }

restwebservices's People

Contributors

mendirattanishant avatar nupoork avatar

Watchers

James Cloos avatar Jue avatar Akshay Bhasme avatar  avatar  avatar Christopher  avatar Akshay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.