Skip to content

BOThiago/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce

This repository contains the source code for an E-commerce platform. The platform allows users to browse and purchase products, manage their shopping cart, and complete transactions. It also includes features for product management and order processing.

Features

  • User authentication and registration
  • Product management (add, edit, delete)
  • Product browsing and search
  • Shopping cart management
  • Order processing and payment integration
  • Order management for sellers

Technologies Used

  • Front-end: React, Next.js, and Tailwind CSS
  • Back-end: Node.js, Express, and Prisma
  • Database: PostgreSQL

Installation and Setup

  1. Clone the repository:

git clone https://github.com/BOThiago/E-commerce.git

cd E-commerce

  1. Install the dependencies:

npm install

  1. Set up the environment variables in a .env file, following the example in .env.example.

  2. Start the development server:

npm start

cd frontend

npm run dev

  1. Open the application in your browser at http://localhost:3000.

Deployment

  • To deploy the application, you can use a hosting platform like Vercel or Netlify. Make sure to set up the environment variables as described in the Installation and Setup section.

Contributing

  • Feel free to contribute to this project by opening issues or submitting pull requests. Please follow the established code style and make sure your changes are well-documented.

License

  • This project is licensed under the MIT License. See the LICENSE file for more information.

About

This repository contains the source code for an E-commerce platform. The platform allows users to browse and purchase products, manage their shopping cart, and complete transactions. It also includes features for product management and order processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors