Giter Club home page Giter Club logo

goofykooks's Introduction

GoofyKooks

Contributors Open Issues Forks Stars

What is it?

GoofyKooks is a clone of the popular web app Yelp built with the surfing community in mind.

Developing

To run this application locally, you'll need to:

  1. git clone this repo
   git clone https://https://github.com/markhv-code/GoofyKooks
  1. cd into the local repo
   cd GoofyKooks
  1. npm install to install the dependencies
   npm install
  1. Create a .env file based on the .env.example file included in the repo with your own values

  2. Create a user on your local machine with the username and password specified in your .env file in PostgreSQL

  3. Run npx dotenv sequelize db:create to create the database

    npx dotenv sequelize db:create
  • If the sequelize module is not found, try running npx dotenv sequelize-cli db:create and replace sequelize with sequelize-cli for the rest of these commands
    npx dotenv sequelize-cli db:create
  1. Run npx dotenv sequelize db:migrate to run the migrations
    npx dotenv sequelize db:migrate
  1. Run npx dotenv sequelize db:seed:all to seed the database
    npx dotenv sequelize db:seed:all
  1. Finally, start the development server with npm start. The scripts in the package.json should do the work. You'll see the local address you can use show up in the terminal.
    npm start

Technologies Used

  • PostgreSQL
  • Express.js
  • React
  • Redux
  • JavaScript
  • Tailwind CSS Framework
  • Bcryptjs
  • Express-session
  • Express-validator
  • Node.js

Live Site

Here's a link to our live app!

Documentation

Here's a link to our Wiki!

goofykooks's People

Contributors

markhv-code avatar

Stargazers

Quintin Hull avatar  avatar Andrew S Cohen avatar Lane Johns avatar Peter Mai avatar Rob Daraban avatar

Watchers

Gen Ohta avatar  avatar

goofykooks's Issues

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.