UniVerse
This repository contains the codebase for the Location Preservation project, an initiative aimed at preserving and celebrating cultural heritage through digital storytelling. The project consists of two main components: the backend (api) and the frontend (client).
- backend-api: This folder contains the backend codebase, including the API endpoints, data storage, and business logic.
- frontend-client: This folder contains the frontend codebase, including the user interface and interactions.
To run the frontend client:
- Navigate to the
client
folder:cd client
- Install dependencies:
npm install
- Start the development server:
npm run dev
To run the backend API:
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Backend: Node.js, Express.js, MongoDB
- Frontend: React, Redux, HTML, CSS
- Additional Tools: npm, Git
We welcome contributions from the community to improve and expand the Location Preservation project. To contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to your forked repository:
git push origin feature-name
- Submit a pull request detailing your changes