To get a local copy up and running follow these simple steps:
-
Clone the repository:
git clone https://github.com/yassinehaimouch/code-challenge.git
-
Navigate to directory:
cd code-challenge
To run the project, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the
code-challenge-backend/src
directory:cd code-challenge-backend/src
-
Run the following command to start the project:
dotnet watch run
This will start the backend of the project, and you can access it by navigating to https://localhost:5071 in your web browser.
-
Open your terminal or command prompt.
-
Navigate to the
code-challenge-frontend
directory:cd code-challenge-frontend
-
Install Packages
npm i
Then Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
- .NET 8 SDK: Make sure you have the .NET 8 SDK installed. You can download it here.
Happy coding!