Skip to content

Simple CRUD app implemented with React, Redux, Redux-Saga & Redux-Form.

Notifications You must be signed in to change notification settings

dadish/expenses-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

You can also browse the REST API here.

Releases

No releases published

Packages

No packages published

Languages