This is the github repo for this task
This is a full stack flashcard application built using React, mySQL and node. Vite is used for tooling and shadCN for UI components.
The website is hosted Vercel, backend on Render and database on Aiven.
2024-08-13.09-51-13.mp4
Clone the repo onto your local machine.
git clone https://github.com/Afterdie/tasksde2.git
Once you are done, open a terminal in the newly downloaded directory and navigate to the backend directory
cd backend
Install all required dependencies
npm install
Start the server
node index.js
Once you are done, open a terminal in the newly downloaded directory and navigate to the frontend directory
cd frontend
Install all required dependencies
npm install
Start the client
npm run dev