The database is hosted on neon.tech
Download and install Visual Studio
Download and install NodeJS
git clone https://github.com/Hikkaruu/NetPCTask.git- Run the start.bat file. If it's missing (due to a false positive from antivirus software), change the extension of start.txt to start.bat and run it.
- The backend should start at:
http://localhost:5288/swagger/index.html
- The frontend should start at:
http://localhost:3000/
If for any reason the application doesn't start using "Method 1":
Backend
- Open the project using Visual Studio, or
- Using the console, navigate to the Back\NetPCTask directory and run the command:
dotnet run
Frontend
- Using the console, navigate to the Front\netpctask directory and run the commands:
npm install
npm start