https://github.com/nycolop/economy-app-fullstack
A full stack app made with React and Node
https://github.com/nycolop/economy-app-fullstack
css3 ecmascript6 expressjs html5 javascript jsonwebtoken jwt node nodejs postgresql react reactjs
Last synced: 3 months ago
JSON representation
A full stack app made with React and Node
- Host: GitHub
- URL: https://github.com/nycolop/economy-app-fullstack
- Owner: nycolop
- Created: 2021-11-10T23:42:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T03:47:14.000Z (over 4 years ago)
- Last Synced: 2026-01-03T14:27:09.943Z (6 months ago)
- Topics: css3, ecmascript6, expressjs, html5, javascript, jsonwebtoken, jwt, node, nodejs, postgresql, react, reactjs
- Language: JavaScript
- Homepage: https://alkemy-fullstack-challenge.herokuapp.com/
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Alkemy FullStack app challenge**
## [You can see this project live here](https://alkemy-fullstack-challenge.herokuapp.com/)
## **Project local run instructions**
* Check package.json for commands about the project
* You must put in a *.env* file db info and copy paste in your database the *schema.sql* queries
* Execute *npm install* in the root folder and in the client folder
**OR**
* You can run the project locally with *npm run devstart* that makes the work for you
## **Overview**

* On live version you can access an account for testing fast the app and his credentials are:
* email: probe@gmail.com
* password: probe
## **Features/Project requeriments**
* Login and Register: page for attach operations with the user
* Home or dashboard: initial page where you can see your last ten (10) transactions and total balance
* Transactions or operations: page where you can see all operations but filtered between "income's" and "expense's", and if is a expense you can filter between categories too. You can add operations. And you can access to a edit mode where you can edit or delete an operation.
## **Build with**
* React for front-end
* Node for back-end
* Json Web Token (JWT) for login and register
* JavaScript
* CSS3 & HTML5