This is a MEXC cryptocurrency exchange clone built using React for the frontend and Node.js for the backend, with MongoDB as the database. The project is developed for educational purposes only to practice full-stack development.
- React: For building the user interface.
- Node.js: Backend server to handle requests and data processing.
- MongoDB: Database for storing user and trade data.
- CSS: For styling the frontend.
- React for building the user interface.
- Node.js for the backend server logic.
- MongoDB for storing and managing data.
- Mimics the basic design and functionality of the MEXC exchange.
- Clone the repository:
git clone https://github.com/Subuthai/mexc-clone.git
- Install dependencies:
cd mexc-clone npm install
To start the frontend of the application, run the following command:
npm run dev
To start the backend server and connect to MongoDB, use:
node db.js
Ensure MongoDB is installed and running locally, or update the connection string in db.js to connect to your MongoDB instance.
This project is created for learning and educational purposes only. It is not intended for actual use as a cryptocurrency exchange or anything else.
This project is open-source and available under the MIT License.