Skip to content

soetedja/xtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Backend (XWebApi)

How to run:

  • Open the solution
  • Start

Summary

  • The Web API in this solution uses SQLite File database xdatabase.db that will be created on the first run.
  • The unit test runs without mocking Service Provider and uses SQLite in the memory database to simplify the test setup.

Frontend (XUi)

How to run:

npm install

ng serve

Open: http://localhost:4200/

Summary

A simple UI app using Angular to populate the countries and cities in the dropdown, then call the weather info Api.

About

Web API, Unit Test, Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published