Skip to content

coleve27/jadequartz

Repository files navigation

jadequartz

Jade Quartz is a community database project for the City of Austin's Asian American Resource Center. The growth of the Austin Asian Pacific Islander (API) population has led to increasing numbers of API-owned stores, restaurants, boutiques, religious organizations, community groups, non-profits, and news outlets. Jade Quartz will take in data about all these organizations into an easy-to-access database for AARC staff to use.

The project will allow a user to log-in and input data via a submit form. In the form, fields will include Name of Organization/Business, address, phone number, main contact name, email address, ethnic affiliation, and category. Categories may include religious organization, restaurant, health and beauty business, etc. A dropdown menu will be made to show all these businesses grouped by a particular category chosen.

Users may be able to update data as necessary if there there are any changes (i.e. address change or email change or contact information changed).

Table of Contents

Installation

$ npm install --save sequelize

# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious # MSSQL

Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.

Features

  • Schema definition
  • Schema synchronization/dropping
  • 1:1, 1:M & N:M Associations
  • Through models
  • Promises
  • Hooks/callbacks/lifecycle events
  • Prefetching/association including
  • Transactions
  • Migrations
  • CLI (sequelize-cli)

Responsible disclosure

If you have any security issue to report, contact project maintainers privately. You can find contact information here

Documentation

Resources

Tools

Learning

Translations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published