Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankubhaiya/flowersmart
https://github.com/pankubhaiya/flowersmart
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pankubhaiya/flowersmart
- Owner: pankubhaiya
- Created: 2023-10-13T16:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T18:57:27.000Z (over 1 year ago)
- Last Synced: 2024-10-27T22:23:59.848Z (3 months ago)
- Language: JavaScript
- Homepage: https://652992aa03f1d60b3328e382--thunderous-buttercream-dee315.netlify.app/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlowerMart - Online Flower Shop
## Overview
FlowerMart is a web application built using Node.js, Express, and React, designed to serve as an online flower shop. It includes features such as user authentication, product catalog, searching, sorting, and pagination.
## Installation
1. Clone the repository:
2. Install server dependencies:
npm install
3. Install client (frontend) dependencies:## Usage
To run the application, follow these steps:
1. Start the server:
2. Start the React frontend:npm start
3. Access the application at `http://localhost:3000/`.
## Features
- User Authentication (Sign Up, Login).
- Product Catalog.
- Search functionality.
- Sorting options.
- Pagination.