Skip to content

Flower shop application that provides CRUD functionality for managing flowers.

Notifications You must be signed in to change notification settings

HannaPleshko/RestApi-FlowerShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RestApi-FlowerShop

RestApi-FlowerShop is a full-stack flower shop application that provides CRUD functionality for managing flowers. It consists of both a client-side and server-side implementation, allowing users to perform Create, Read, Update, and Delete operations on flower data.

Features

  • Create, read, update, and delete flowers
  • User-friendly interface with Material UI components
  • Client-side built with React, JavaScript, SCSS
  • Server-side built with Node.js, Express, PostgreSQL
  • Automatic code formatting with Prettier
  • Consistent code style enforced with ESLint
  • Git hooks with Husky for pre-commit and pre-push checks

Installation

Usage

Client

  1. Start the client development server: npm start
  2. Access the application in your browser at http://localhost:3000

Server

  1. Set up a PostgreSQL database and update the server configuration in .env file with your database details
  2. Start the server: npm run start:dev
  3. The server will run on http://localhost:3001

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please submit an issue or create a pull request.

Feel free to customize this readme to best suit your project's needs. Happy coding!

About

Flower shop application that provides CRUD functionality for managing flowers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages