Skip to content

wilsonplau/notes

Repository files navigation

Introduction

This is a simple notes application, built with Vue, Vuex, Express, Knex and PostgresQL. The application is designed to auto-save your work every 5 econds, or whenever you change from one note to another. All of the notes are persisted into the database.

Requirements

The application uses a PostgresQL database. Please specify a DATABASE_URL in your environment or modify the database configurations in /models/knexfile.js.

Setup

To install dependencies:

  yarn

To run database migrations and seed the DB:

  yarn migrate
  yarn seed

To build the client:

  yarn build

To start the server:

  yarn start

Example

A deployed version of this application is viewable at notes.wilsonplau.com.

About

A simple notes app built with Vue / Vuex / Express / Knex / Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published