Code Monkey home page Code Monkey logo

vue-express-couchdb-graphql-todos-app-example's Introduction

vue-express-couchdb-todos-app-example

Example todos app with Vue.js, Express (with Passport and Github login) and CouchDB (with Nano).

The todos app will allow people to login using their Github credentials and create and save todos on a CouchDB database.

Pre-requisites

  • CouchDB 2.0 (installation instructions here).
  • Node 7+ (installation instructions here).
  • Yarn 0.19+ (installation instructions here).

CouchDB Setup

  1. Create a database named todos.
  2. Add a member with some credentials for authentication and replace DB_USER and DB_PASS on app.js with the correct values.
  3. On Github go to https://github.com/settings/applications/new and create a new application with http://localhost:3000/auth/github/callback as the Authorization Callback URL. Replace GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET on app.js with the correct values (that github provides after creating the application).

Usage

  1. Clone this repo.
  2. From the root and using the command line run yarn to install the node dependencies (express, passport, nano, etc).
  3. Then, run express with node app.
  4. Visit the website on http://localhost:3000.
  5. Relax.

References

vue-express-couchdb-graphql-todos-app-example's People

Contributors

imagentleman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

muhaza

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.