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.
Mow-Me has following features:
- 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.
- 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.
- 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.
