SudhakarKamanboina / AirNote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirNote - Create Notes Seamlessly

Software You Need to Install

  • Java JDK8.
  • Gradle 2.1
  • NPM
  • NodeJS 0.10.31
  • MongoDB- Document Oriented DB.

###Project Structure:

  • application- Folder containing the NodeJS Frontend
  • services-Folder containing Java Backend Services.

Sharing your changes- Using Git to collaborate

  • How do I Learn git ? It's simple silly, Play this game

###Running NodeJS application

> npm install
> npm start

Then goto localhost:3000 for Airnote application.

###Running the Java Backend Services

  • Make Sure you have MongoDB instance running locally before you execute the build, this is required for Integration tests to succeed.
> gradle build
> gradle run

Then goto localhost:8080 for services.

About


Languages

Language:Java 46.7%Language:JavaScript 28.8%Language:HTML 18.0%Language:CSS 6.6%