RecceRaven / DoodleDrop

0 stars 0 forks source link

DoodleDrop

Description

DoodleDrop is a web application designed to allow artists to share their art. The user may elect to upload their art and categorize it based on the style of art, whether a sketch, realistic portrait, etc. You may also make comments on posted art pieces.

Authors

Installation

Installation is not required when viewing the application using a web browser. However, if you choose to run this application from the GitHub Repo, then you must input the following code in a terminal running from the main branch. Please note you will also need an .env file which contains the necessary keys, therefore this method is not recommended.

  npm i

  mysql -u root -pYOURPASSWORDHERE
  mysql source db/schema.sql
  mysql use doodle_db
  quit

  node seeds/index.js

  npm start

Features

Screenshots

Main:

updatedscreen

Profile:

updated screen2

Addition Resources

Link to repo on GitHub:

Click Me to See Repo

Link to deployed application:

Deployed Application