Cultural-Connect is a social media application that aims to preserve heritage and culture by highlighting the importance of communities and historical places in our lives. One of the main features of our application is a timeline that showcases the vibrant colors and evolution of places and cultures.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine. To check if you have Node.js installed, run this command in your terminal:
node -vTo confirm that you have npm installed you can run this command in your terminal:
npm -vClone the repository:
git clone https://github.com/your-username/cultural-connect.gitNavigate into the cloned repository:
cd cultural-connectInstall the dependencies:
npm installTo start the server:
npm startTo start the GraphQL server:
npm run start:serverTo start the React application:
npm run start:react- React - The web framework used
- GraphQL - Data query and manipulation language for APIs
- Node.js - JavaScript runtime
- Mongoose - MongoDB object modeling for Node.js
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details