Striver Intern Task (Stacks)

This is the github repo for this task

About Stacks

This is a full stack flashcard application built using React, mySQL and node. Vite is used for tooling and shadCN for UI components.

Platforms

The website is hosted Vercel, backend on Render and database on Aiven.

Demo

2024-08-13.09-51-13.mp4

Installation

Clone the repo onto your local machine.

  git clone https://github.com/Afterdie/tasksde2.git

Setting up the server

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

Setting up frontend

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