Skip to content

oopcell/wecan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WECAN.js Logo temp

100% Pure: JavaScript Fullstack for your next application. WECAN.js solution stack is a Project that provides you with the steps necessary to build your own custom web service.

The components of the WECAN.js stack are as follows:

  • Windows 10 / Linux / OS X
  • Express.js is a minimalist web framework
  • CSS framework
  • AngularJS is a single-page application framework
  • Node.js, a software platform for scalable server-side and networking applications.

WECAN.js Stack supports PouchDB and is unofficially supported with MariaDB, Microsoft SQL and PostgreSQL.

Fedora

Create new project simply by executing

mkdir myproject && cd myproject && da create nodejs express -n wecan

Other distributions

Consult the documentation for your distribution for more details. Install with Ubuntu:

sudo apt-get install nodejs

Windows, OS X

Simply download the Installer directly from the nodejs.org web site.

Add this to your index.html:

<!-- PouchDB and AngularJS -->
<script src="//cdn.jsdelivr.net/pouchdb/5.4.5/pouchdb.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>

API & Docs:

Useful Links:

License

WECAN.js Stack is released under the MIT license.

Copyright (C) 2016 Jussi Konttinen, jussi.konttinen@hotmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.