Giter Site home page Giter Site logo

ashley-hardy / jazzed-musiclessons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frederickengelhardt/music-lessons

0.0 0.0 0.0 28.99 MB

Music lessons made easy. A full stack application with a mobile-first design that enables users to sign-up for lessons with local musicians.

Home Page: https://jazzed-musiclessons.herokuapp.com/

JavaScript 49.83% CSS 5.81% HTML 44.37%

jazzed-musiclessons's Introduction

Jazzed

Jazzed is a full-stack web application, featuring a mobile-first design, where users can schedule lessons with local musicians. Jazzed features the ability to sign up with either student or instructor capabilities. Students can browse instructors bios, available lesson slots, and sign up for lessons. Instructors can post available lessons and create an instructor profile with image uploading.

Getting Started

**Install Postgresql

  1. Clone the repository and run npm install
createdb music_lessons_dev
createdb music_lessons_test
knex migrate:latest
knex seed:run
  1. Create the JWT_KEY
bash -c 'echo "JWT_KEY="$(openssl rand -base64 64)' > .env
  1. Run npm start
  2. A browser should open http://localhost:3000/
  3. Run tests using npm test

Navigating the Site

User will sign-up or sign in and land on the home page.

alt text alt text

User can view their profile and make edits, including uploading a photo or a short bio. If the user has instructor privileges, they can create an open lesson slot.

alt text alt text

User can then browse instructors that are offering lessons and view their available lesson slots.

alt text alt text

After booking a lesson, it will then populate the user's schedule page

alt text alt text

Project Planning

Task Management: https://trello.com/b/qFSJYITo/music-lessons-portal

Wireframes: https://xd.adobe.com/view/53e24b1a-cddb-4d2e-8578-5ea2c928b772/

Entity Relationship Diagram alt text

Technologies

  • Javascript/ES6
  • HTML
  • CSS
  • Materialize
  • Express
  • Knex
  • PostgreSQL

Style Guide

  • Materialize
  • Font - YuKyokasho
  • Pod Colors - #FAAD00 - yellow
  • Background - #333030 - dark grey
  • Font color - white / black
  • Logo border & background graphic - #95989A

JWT_KEY

bash -c 'echo "JWT_KEY="$(openssl rand -base64 64)' > .env

Routes

  • GET users/

  • GET users/id

  • GET users/id/lessons

  • POST users/

  • PATCH users/id

  • DELETE users/id

  • GET lessons/

  • GET lessons/id

  • POST lessons/

  • PATCH lessons/id

  • DELETE lessons/id

  • GET skill_level/

  • GET skill_level/id

  • POST skill_level/

  • PATCH skill_level/id

  • DELETE skill_level/id

  • GET /token

  • POST /token

  • DELETE /token

Team Members

jazzed-musiclessons's People

Contributors

frederickengelhardt avatar nigelflippo avatar ashley-hardy avatar eddiemarovich 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.