https://github.com/taiseen/expense-tracker-graphql-mern-stack
Expense Tracker GraphQL MERN Stack
https://github.com/taiseen/expense-tracker-graphql-mern-stack
chart express-js graph-ql graph-ql-server graphql-apollo node-js react-js
Last synced: 2 months ago
JSON representation
Expense Tracker GraphQL MERN Stack
- Host: GitHub
- URL: https://github.com/taiseen/expense-tracker-graphql-mern-stack
- Owner: taiseen
- Created: 2024-12-28T19:01:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T01:00:31.000Z (over 1 year ago)
- Last Synced: 2025-07-23T11:44:09.563Z (11 months ago)
- Topics: chart, express-js, graph-ql, graph-ql-server, graphql-apollo, node-js, react-js
- Language: JavaScript
- Homepage: https://expense-tracker-graphql-mern-stack.onrender.com
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 29 December 2024
# Expense Tracker | GraphQL MERN Stack
## Backend & Frontend run at local-machine:-
```js
npm run dev || yarn dev
```
## To run this app need these values:-
```js
SESSION_SECRET = *** *** ***
MONGO_DB_URL = *** *** ***
SERVER_URL = *** *** ***
```
## Backend Package List:-
* `npm init -y`
* npm i express
* npm i express-session
* npm i graphql
* npm i @graphql-tools/merge
* npm i @apollo/server
* npm i passport
* npm i graphql-passport
* npm i bcryptjs
* npm i dotenv
* npm i cron
* npm i mongoose
* npm i connect-mongodb-session
* npm i nodemon `-D`
## Frontend Package List:-
* `npm create vite@latest .`
* npm i react-router-dom
* npm i react-icons
* npm i react-hot-toast
* npm i graphql
* npm i @apollo/client
* npm i chart.js
* npm i react-chartjs-2
* npm i mini-svg-data-uri
* npm i framer-motion
* npm i clsx
* npm i tailwind-merge
* npm i @tailwindcss/aspect-ratio
* npm i tailwindcss postcss autoprefixer `-D`
* `npx tailwindcss init -p`
## Resources:-
*
*
*
*
*