This is a full-stack web application with a React frontend and a Node.js/Express backend. The backend code is located in the /server
directory.
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/your-project.git
cd your-project
cd client
npm install
cd ../server
npm install
cd server
npm start
cd client
npm run dev