Skip to content

Mjohnwright/mow-me

Repository files navigation

🏡 Mow-Me

Overview

A MERN (Mongo, Expres, React, Node) service for lawn care. It is a marketplace for people with lawns and for people who want to cut lawns. Owners submit their address, cut date and asking price. Once the job is posted, a user can claim the job.

Functionality

Mow-Me has following features:

  1. Login/Logout Users must create an ID and then sign in. Passport handles this functionality. Once logged in, passport handles the important session data including logging out and post/put requests.
  2. Create a Job Users' list a job using a React form. The job is posted to the DB and then available for another user to claim.
  3. Claim A Job Users' claim a job by hitting the 'claim button. That buttons makes a PUT request to the DB which changes a boolean value that removes it from the board.

Link to App

Screenshot

Full Size

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors