fl4viooliveira /
4devbydev
This project intends to be an appliable e-commerce application with a deployed website from this repository.
44/100 healthLoading repository data…
tejastn10 / repository
An e-commerce website for shoes with a sleek black and white theme, showcasing animated UI components for a visually engaging shopping experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An E-Commerece App to buy your favourite brand shoes and make your footwear collection grow.
More images are located inside documentation directory
To get a local copy up and running follow these simple steps.
Make sure you have Docker and docker-compose installed on your machine.
Add environment variable MONGO_URI in backend directory.
Run the following command in the project directory itself.
docker-compose up --build
Open http://localhost:8080 to view it in the browser.
Make sure you have Node and TypeScript installed on your machine.
NOTE:
The project was made with node version 14.15.
Add environment files in both backend and frontend/web directories.
backend/.env file
NODE_ENV = development
PORT = 5000
MONGO_URI = <URI>
JWT_SECRET = <Secret Key>
frontend/web/.env file
NODE_ENV = "development"
REACT_APP_PRODUCTION_API_ENDPOINT = "production_url"
REACT_APP_DEVELOPMENT_API_ENDPOINT = "http://localhost:5000"
To install all the dependencies run the following command in both backend and frontend/web directory.
yarn install
Change the import in index.css file to default ant design styles or customize your css in the theme.less file and generate your css with the following command in the frontend/web/src/styles directory.
lessc --js theme.less theme.css
NOTE: Make sure you have installed
lessglobally
Run the following command in the backend directory to start both server and React app.
yarn dev
Open http://localhost:3000 to view it in the browser.
This project is licensed under the MIT License - see the LICENSE.md file for details
Selected from shared topics, language and repository description—not editorial ratings.
fl4viooliveira /
This project intends to be an appliable e-commerce application with a deployed website from this repository.
44/100 healthHetavShah /
Karkaushal is an e-commerce website for the people who sells handicraft product built with microservices architecture, developing on docker-desktop and Deployed on the Google Cloud Platform (Google Kuberenetes Engine) environment, integrated some CI/CD process with GitHub Action workflow.
45/100 healthkalczugag /
A complete e-commerce website using the MERN stack with JWT-based authentication, role-based access control (RBAC), and an admin panel for managing products.
62/100 healthRushijoshi3798 /
React + TypeScript to build a fully-functional e-commerce website similarly like Amazon. An e-commerce website using MERN stack (MongoDB, ExpressJS, React and Node.JS).
59/100 healthactuallyakshay /
It is an E-commerce website, In which User can search the medicine, health packages and labtest tests
37/100 healthactuallyakshay /
This is an E-Commerce Pharma website, which provides healthcare products, labtests , health packages as per the user health.
36/100 health