Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 566 Bytes

File metadata and controls

11 lines (7 loc) · 566 Bytes

Contacts

Simple contacts application with C# backend and React frontend.

To start an application you need to have Postgres installed https://www.postgresql.org/download/. Provide set User Id and Password in appsettings.json postgres:connectionString

For seq install https://datalust.co/download in appsettings.json and set seq:enabled to true.

To start the frontend app run npm start from contacts.ui folder in the command prompt. This will fire http://localhost:3000/ in your browser.

You are ready to use/modify/upgrade or whatever you want to do with app.