Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pankubhaiya/devtown


https://github.com/pankubhaiya/devtown

Last synced: about 1 month ago
JSON representation

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.