Skip to content

alancuriel/FinancialTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Financial Tracker

Back End

Run Api

To run api there are two secrets needed. The Mongo DB Connection String and JWT secret key.

Run the following commands with their needed value to add secrets.

dotnet user-secrets set "JWT_SECRET_KEY" "<SECRET_KEY>" 
dotnet user-secrets set "MONGO_CONN_NAME" "<MONGO_DB_CONNECTION_STRING>"

Front End