https://github.com/jorgecj/life-sense
A Full Stack project to help everyone find their purpose.
https://github.com/jorgecj/life-sense
axios express html-css-javascript mysql reactjs sequelize vitejs
Last synced: 4 months ago
JSON representation
A Full Stack project to help everyone find their purpose.
- Host: GitHub
- URL: https://github.com/jorgecj/life-sense
- Owner: JorgeCJ
- Created: 2023-08-21T22:56:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T23:34:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T22:37:08.939Z (5 months ago)
- Topics: axios, express, html-css-javascript, mysql, reactjs, sequelize, vitejs
- Language: JavaScript
- Homepage: https://life-sense-flame.vercel.app
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIFE-SENSE

A Full Stack project to help everyone find their purpose. You'll just need to put it in the `.env` file on the backend and configure it. To do so, you must fill in the following form: `MYSQL_DATABASE_URL="mysql://DATABASE_NAME:HOST:PORT/USERNAME:PASSWORD"`. And of course, don't forget to give these two commands in both terminals: "npm i" and "npm run dev" respectively. See it on [Vercel](https://life-sense-flame.vercel.app/).
## Technologies
List of technologies used in the project:- [React](https://reactjs.org)
- [Vite](https://vitejs.dev/)
- [MySQL](https://dev.mysql.com/doc/)
- [Sequelize](https://sequelize.org/)
- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Axios](https://axios-http.com/ptbr/docs/intro)
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [Express](https://expressjs.com/)