Git Product home page Git Product logo

Project Name

Siren

Usage

An online platform for booking local artists and DJ's for your events.

Team

  • David
  • Aygerim
  • Vu
  • Ed

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Roadmap
  5. Contributing

Requirements

  • Node 6.4.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install

Setting up the Database

Install postgres on your computer via homebrew or through any of the downloads from the postgres website https://www.postgresql.org/download/

To access postgres locally from your terminal, run:

psql -U postgres

The above assumes that your username is postgres when connecting to postgres via psql. Your computer's password to connect to the psql might vary, so make sure to check knexfile.js in the root directory and database/index.js file and make sure the username, password, and port are applicable to your local machine

Once you're connected, run:

DROP DATABASE artists;
CREATE DATABASE artists;

Then in a separate terminal in the root directory, run:

npm run dbSetup

This will run the knex migrations and seeds folder to populate the tables in the database

After completing these steps, your database and tables will be correctly populated with artists from SF, NY, and LA

Whenever you make a change to your database (adding tables, changing columns), you will have to re-do all the above steps, starting from DROP DATABASE artists;

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Siren's Projects

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.