A web app to remind myself to water my plants
Report Bug
·
Request Feature
Table of Contents
I love my plants, but I always forget them. I built this app so I could track, monitor and remind myself to water them
Contributions are encouraged!
- Clone the repo
git clone https://github.com/your_username_/butchersbroom.git
- Install NPM packages
npm install
Auth | |||
---|---|---|---|
Method | Endpoint | Description | Calls For |
POST | /api/auth/login | LOGIN | Username Password |
POST | /api/auth/register | REGISTER | Username Password Email |
Users | |||
---|---|---|---|
Method | Endpoint | Description | Calls For |
GET | /api/users | Get all users | n/a |
GET | /api/users/:id | Get user by ID | id |
PUT | /api/users/:id | Edit user by ID | id |
DELETE | /api/users/:id | Delete user | id |
Plant Routes | |||
---|---|---|---|
Method | Endpoint | Description | Calls For |
GET | /api/plants | get all of your plants | n/a |
GET | /api/plants/:id | get specific plant | id |
PUT | /api/plants/:id | edit plant | id |
DELETE | /api/plants/:id | delete plant | id |
React
NodeJS
Redux
Express
Knex
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
David Gold - @davidigold