Skip to content

alpersilistre/BackendAssignment

Repository files navigation

BackendAssignment

Technologies

  • Asp.Net Core Web Api (v 2.2) - Built with Visual Studio 2019 Community (v 16.2.0)
  • Sql server for DB
  • Angular 6 for client app - Latest node.js installation recommended

How to start the API

  1. Clone the project
  2. Build the solution
  3. Open Package Manager Console on the Visual Studio, set ClayBackendCase.API.Infrastructure as Default project on the Package Manager Console and type "update-database". Wait for the DB creation. It uses default connection on the appsetting.json.
  4. It uses https://localhost:44377 as the default port. It is configurable from the launchSettings.json file. (Don't forget to update client project apiUrl from the webpack.config.json file)

How to start the client

  1. npm install on the project main folder
  2. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages