Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.3 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.3 KB

Farmer's Market Search

Repository Link

Deployed Farmer's Market Search

Table of Contents

Description

User will navigate from the landing page to the login/sign-up page.

From here the user can create a new account or log in to an existing account.

Once logged in the user will be able to view existing farmers markets, search for farmer's markets via zip code, and remove markets that they have created.

Installation

 npm install

 mysql -u root -p

 source db/schema.sql

 npm run seed

 npm run start

Usage

Video of Usage Video of Usage

License

License

Technologies

  • JavaScript
  • CSS
  • Handlebars.js
  • Node.js
  • Express.js
  • Sequelize.js
  • Mysql
  • Green Socks

Questions