Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.02 KB

Readme.md

File metadata and controls

26 lines (22 loc) · 1.02 KB

Expenses

This is an Expenses app.

Structure

The app is divided to two root directories which are essentially independent from each other. The purpose is to separate the back-end logic from front end. This also allows us to serve the static front end files from any static CDN like github-pages. While the back-end API could be served from your own servers.

Consult with the Readme files for front-end and back-end in their respective folders.

Checkout the live app here. Use credentials below to see the app in action with different user permissions.

  • Admin
    • email: admin@expenses.com
    • password: admin-expenses
  • User Manager
    • email: manager@expenses.com
    • password: manager-expenses
  • Regular User
    • email: user@expenses.com
    • password: user-expenses

You can also browse the REST API here.