Skip to content

Shiyadh123/tech-mart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tech-mart

tech-mart-image

This project consists of a client-server application.

Server

Installation

  1. Navigate to the root folder
  2. Install dependencies: npm install
  3. Create a .env file and configure environment variables: MONGO_URI , JWT_SECRET and PORT

Client

Installation

  1. Navigate to the frontend folder: cd frontend
  2. Install dependencies: npm install

Usage

  1. Start the client and server concurrently: npm run dev
  2. The application will be accessible in your browser.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-feature
  5. Submit a pull request