Coin Compute Community is a platform that allows users to connect and share posts related to cryptocurrency. It provides a feature to message and follow users.
Inspired from CoinMarketCap
- Clone the repository:
git clone https://github.com/ashwanidey/CoinComputeCommunity.git
- Navigate to the backend directory:
cd backend
- Install dependencies:
npm install
- Navigate to the frontend directory:
cd frontend
- Install dependencies:
npm install
- Start the server:
npm start
- Start the Client:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.
CoinComputeCommunity/
├── src/
│ ├── components/
│ ├── pages/
│ ├── services/
│ ├── utils/
│ └── index.js
├── public/
├── package.json
└── README.md
To run the backend, you need to set up the following environment variables in a .env
file at the root of the project:
MONGO_URL=your_database_url
JWT_SECRET=your_jwt_secret
PORT=3001
We welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Open a pull request on GitHub.
This project is licensed under the MIT License.