This project is a MERN stack application using MySQL as the database. The basic boilerplate code is already set up, with the frontend in the frontend folder and the backend in the backend folder.
-
Navigate to the
frontenddirectory and install the dependencies:cd frontend npm install -
Navigate to the
backenddirectory and install the dependencies:cd ../backend npm install
-
Start the frontend development server:
cd ../frontend npm run dev -
Start the backend development server:
cd ../backend npm run dev
Now, your project should be up and running