QuikShop is a web application designed to provide users with the convenience of shopping for goods from the comfort of their home. The application is a full-stack solution utilizing Next.js for the frontend, .NET Core for the backend, and Microsoft SQL Server for the database.
- Frontend Development Environment: Ensure you have Node.js and npm installed.
cd into /frontend You can install them using:
npm install
npm run dev
- Backend Development Environment:
cd into /backend/CombinedAPI You can build and run the appusing:
dotnet run
This setup will allow you to run both the frontend and backend services locally, making QuikShop fully functional for testing and development purposes.