The website I developed while learning react and .net core web api technologies
Opening Steps
# Navigate to the frontend directory and start the development server
cd frontend
npm run dev
# Navigate to the admin directory and start the development server
cd admin
npm run dev