Coder Social home page Coder Social logo

records-n-reviews's Introduction

Vinyl

A community for record enthusiasts to review their favorite albums.

Getting Started

Set Up Database

Use the following commands to set up and seed the PSQL database:

1. `$ npm run db:create`  : Create PostgreSQL database `vinyl`
2. `$ npm run db:schema`  : Set ups the database tables
3. `$ npm run db:seed`    : Loads the datas for each table

Set Up Server

Use the following commands to set up the server:

1. `$ npm install`        : Installs all dependencies
2. `$ npm start`          : Server at http://localhost:3000

Once server is running sign up and then sign in.

MVC

README.md           # you are here
package.json        # npm standard
.eslintrc           # eslint config
src/                # contains developer contents
configurations/     # configurations throughout the codebase
authentication.js   # configured passport authentication
models/             # folder is for abstract functions 
database/           # connection and queries
database.js         # file within database for connections and queries
schema.sql          # shows all the columns of each tables
seed.sql            # seed the ablums, users, and reviews data
public/             # static folder for image files, css, & browser js
routes/             # folder contains routes for server
views/              # folder renders ejs html template
server.js           # web server

records-n-reviews's People

Contributors

aaronev avatar

Watchers

James Cloos avatar

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.