Welcome to our E-Commerce Web App! This project aims to provide users with a seamless platform to discover products, sellers a plartform to manage their store, and admins to track customer metrics.
- Deployed Site: PeaceDash
- Author(s) LinkedIn: Peter Kasinamunda
To get started with the Travel and Tour Web App, follow these steps:
- Clone the repository:
git clone https://github.com/Peterkays/Webstack_Peace.git - Navigate to the project directory:
cd Webstack_Peace/client - Install dependencies:
npm install - Navigate to the project directory:
cd Webstack_Peace/server - Install dependencies:
npm install
Once installed, you can run the app locally by executing the following command:
npm start for frontend
npm run dev for backend
This will start the development server and open the app in your default web browser.
We welcome contributions from the community to help improve the Travel and Tour Web App. If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name. - Make your changes and commit them:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature/your-feature-name. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Frontend: React
- Backend: NodeJs, Express
- Database: MongoDB
- Destination Exploration: Users can browse through a curated collection of popular travel destinations.
- Trip Planning: Plan and organize trips by selecting destinations, dates, and activities.
- User Authentication: Secure user registration and login functionality to personalize the travel experience.