Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
Go to the , configure and download your project.
Open ORGANIZATION_NAME.PRODUCT_NAME.sln
Drag the src/PRODUCT_NAME/WebApi/ClientApp folder into VSCode and install packages
Run Visual Studio configuration "PRODUCT_NAME"
Open localhost:8080 or localhost:5000
If you configured a valid database (appSettings.Development.json) you shouldn't get any error when you login with your admin user.
The admin user is not a tenant, and it's the only user who has access to /admin pages.
Try to register with another email and ensure you get the Welcome/Verification email.
Open , click "Go to pricing page" and configure your prices by modifying the file: src/store/modules/pricing/default-pricing.Development.ts
Once you like the page, go to and click "Click here to generate these prices in Database and Stripe".
Navigate to and add, edit and delete an expense.
Take the example of and to see how you can create a simple CRUD.