More Premium Hugo Themes Premium Html Themes

Licious Clone

This project has been built collaboratively by a team of 5 Software Developers. Licious is a website that provides web-based meat and fish delivery service. It also provides an admin panel along with the usual functionalities for users.

Licious Clone

This project has been built collaboratively by a team of 5 Software Developers. Licious is a website that provides web-based meat and fish delivery service. It also provides an admin panel along with the usual functionalities for users.

Author Avatar Theme by atrisomya
Github Stars Github Stars: 10
Last Commit Last Commit: Jan 10, 2023 -
First Commit Created: Apr 29, 2023 -
Licious Clone screenshot

Overview:

The Licious Clone is a collaborative project that aims to provide users with a website clone of Licious, a popular online marketplace. With this clone, users will be able to easily purchase a wide range of products, while admins will have full control and regulation over the front-end of the website.

Features:

  • User-friendly Interface: The Licious Clone provides a user-friendly interface, making it easy for users to navigate the website, browse products, and make purchases.
  • Product Selection: Users can choose from a wide range of products available on the Licious Clone, including meat, seafood, and other delicacies.
  • Admin Control: Admins have complete control over the front-end of the website, allowing them to regulate and manage product listings, user information, and other site functionalities.

Installation:

To install and run the Licious Clone, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/licious-clone.git
  1. Install the required dependencies:
cd licious-clone
npm install
  1. Set up the database by running the provided SQL script:
mysql -u username -p database_name < database_script.sql
  1. Configure the database connection in the config.js file:
module.exports = {
  database: 'your_database_name',
  username: 'your_username',
  password: 'your_password',
  host: 'your_host',
  dialect: 'your_dialect'
};
  1. Start the application:
npm start
  1. Open a browser and navigate to http://localhost:3000 to access the Licious Clone website.

Summary:

The Licious Clone is a collaborative project that offers users a fully functional clone of the Licious website. With its user-friendly interface and wide range of products, users can easily browse and purchase items of their choice. Additionally, admins have complete control over the front-end, enabling them to manage and regulate various aspects of the website.