Giter Site home page Giter Site logo

WingMe App

Wing me is a mobile application for double-dating with your closest friends. Dating made less awkward.

Developer Documentation

Tools Used:

  • Ionic & Cordova
  • AngularJS
  • ui-router
  • Node
  • Express
  • Sqlite3
  • KnexJS
  • SASS (SCSS)

To Contribute:

  • Fork the repo
  • Clone your fork locally
  • Ensure Ionic and Cordova are installed. If not, install it globally:
sudo npm install -g cordova
sudo npm install -g ionic

more on that here

  • Install server & client dependencies

(From the project folder)

cd server
npm install
cd ../ionic
npm install
  • Run both the server and ionic application from their respective folders
node server.js
ionic serve
  • Visit the localhost address that Ionic indicates.

Front-end

WingMe utilizes AngularJS and Ionic Components to render the front-end. We used the industry-standard ui-router for application routing and built-in Angular factories for state management.

All API calls are made in the corresponding factory file associated for the type of data that it’s maintaining.

Back-end

WingMe’s custom RESTFul API is built with Node.js and Express, and data management is handled by KnexJS and SQLite.

WingMe Team

wingme-app's Projects

wingme-app doesn’t have any public repositories yet.

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.