Fullstack e-commerce website 🛒
To set up in your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/satyamgupta1495/ezybuy.git
-
Navigate to the project directory:
cd chessmate
-
Navigate to the
client
directory and install dependencies:cd client npm install
-
Create a
.env
file in theclient
directory and add the necessary environment variables:touch .env # Add your environment variables here
-
Start the client application:
npm run dev
-
Open a new terminal, navigate to the
server
directory and install dependencies:cd ../server npm install
-
Create a
.env
file in theserver
directory and add the necessary environment variables:touch .env # Add your environment variables here
-
Start the server application:
npm run dev
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Feel free to reach out for any questions or feedback:
- Email: [email protected]
- Twitter: https://twitter.com/Satyam_gupta
- LinkedIn: https://www.linkedin.com/in/satyamgupta1495/
Distributed under the MIT License. See LICENSE
for more information.