GithubHelp home page GithubHelp logo

spezp / mybutler Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 1.79 MB

A full-stack mobile web app that uses a series of APIs to auto sort Items into lists with relative information

JavaScript 95.89% CSS 1.33% HTML 2.78%

mybutler's Introduction

myButler Project

myButler is a Smart TODO List. It is a smart, auto-categorizing todo list app. The user simply has to add the name of the todo item, and it gets put into the correct list. Drilling down on these lists will also fire off APIs of further information about the categorized todo item.

Users are able to change a category of an item in case it was mis-categorized or could not be categorized at all.

Worked on the following skills: -- ES6 for server-side (Node) code -- ES5 for front-end code -- Node -- Express -- RESTful routes -- AJAX -- Bootstrap 3 -- jQuery -- SASS for styling -- PostgreSQL for DB -- Knex.js for querying and migrations -- git for version control

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  3. Fork this repository, then clone your fork of this repository.
  4. Install dependencies: npm i
  5. Fix to binaries for sass: npm rebuild node-sass
  6. Run migrations: npm run knex migrate:latest
  • Check the migrations folder to see what gets created in the DB
  1. Run the seed: npm run knex seed:run
  • Check the seeds file to see what gets seeded in the DB
  1. Run the server: npm run local
  2. Visit http://localhost:8080/

Dependencies

  • Node 5.10.x or above
  • NPM 3.8.x or above
  • "aws-lib": "^0.3.0",
  • "bcrypt": "^1.0.3",
  • "body-parser": "^1.15.2",
  • "bootstrap": "^4.0.0",
  • "cookie-session": "^2.0.0-beta.3",
  • "dotenv": "^2.0.0",
  • "ejs": "^2.4.1",
  • "express": "^4.13.4",
  • "jquery": "^3.3.1",
  • "knex": "^0.14.3",
  • "knex-logger": "^0.1.0",
  • "method-override": "^2.3.10",
  • "morgan": "^1.7.0",
  • "node-sass-middleware": "^0.9.8",
  • "pg": "^6.0.2",
  • "popper": "^1.0.1",
  • "popper.js": "^1.12.9",
  • "swiper": "^4.1.0"

Screenshots

"Homepage" "Overview page" "Drilldown to category" "API on click" "Item rating info"

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.