Coder Social home page Coder Social logo

cnote's Introduction

cnote

Secure note application. Build is Maven enabled with pom.xml files for the main and sub-projects.

  • site-maven-plugin used to have github act as maven repo (github.com/p214c/artifacts)
    • updates as expected and doesn't overwrite what is present

cnote-app

project contains the client code base. HTML5 / Javascript source for the note capture web application.

  • maven prescribed directory structure directory structure

    • src/main/webapp - note capture HTML5 / Javascript application source
  • packaged as war file

cnote-svr

project contains the server code base. NodeJS javascript source for the web application server.

  • maven prescribed directory structure directory structure
  • src/routes - notes REST API
    GET /notes - return all note resources
    GET /notes/{id} - return note resource that matches {id}
    POST /notes - add POST body as a new note resource. returns the note resource with generated id
    PUT /notes/{id} - idempotent update of note resource that matches {id}

  • target/nodejs staging for packaging and used as execution enivronment during development
    target/nodejs/node_modules - generated using the package.json file with nodejs npm install. contains nodejs support modules like express and lodash
    target/nodejs/public - package of static files to serve. seeded with cnote-app .war file
    target/nodejs/routes - notes REST API files
    target/nodejs/sslcert - SSL certificate store

  • packaged as zip
  • nodejs is staged to target/nodejs
  • used in development as the execution environment to launch the nodejs server (target/nodejs/nodejs server.js)
  • answers on https://localhost:8443/cnote - the note capture client using certificate stored in ./sslcert directory
  • answers on https://localhost:8443/notes - the REST API for the note resources using certificate stored in ./sslcert directory

cnote-phonegap

project contains the code generated using the phonegap wrapper

cnote's People

Contributors

p214c avatar

Watchers

 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.