Skip to content

This is my capstone project for App Academy. This is a clone site of Reverb

Notifications You must be signed in to change notification settings

CorbinBullard/Delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delay

Delay is a clone of Reverb.com.

Check out Delay

Technologies Used

Screenshot 2023-06-07 184737

Getting started

  1. Clone this repository:

    https://github.com/CorbinBullard/Delay.git

  2. Install denpendencies into the Backed and the Frontend by making a terminal for each one and then run the following:

    • npm install
  3. Create a .env file

  4. Set up your database with information from your .env and then run the following to create your database, migrate, and seed:

    • npx dotenv sequelize db:create
    • npx dotenv sequelize db:migrate
    • npx dotenv sequelize db:seed:all
  5. Start the app for both backend and frontend using:

    • npm start
  6. Now you can use the Demo User or Create an account

Amazon Web Services S3

  • For setting up your AWS refer to this guide

Features

Items

  • Users can create a Item
  • Users can read/view other Item
  • Users can update their Item
  • Users can delete their Item

Reviews

  • Users can create Reviews on Items
  • users can read/view all of the Reviews on a Item
  • Users can delete their Review(s) on a Item

About

This is my capstone project for App Academy. This is a clone site of Reverb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published