Skip to content

Hikkaruu/NetPCTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recruitment task for NET PC sp. z o.o


The database is hosted on neon.tech

Installation of Required Applications

1. VisualStudio (Backend C# .NET API)

Download and install Visual Studio

2. NodeJS (Frontend React)

Download and install NodeJS

Download and Compilation:

1. Clone the repository:

git clone https://github.com/Hikkaruu/NetPCTask.git

2.1. Method 1

  • 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/

2.2 Method 2

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

About

Recruitment task for NetPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published