mexc clone
1.0.0
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.
git clone https://github.com/Subuthai/mexc-clone.git
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.