An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# LIFE-SENSE

![lifesense](https://github.com/JorgeCJ/LIFE-SENSE/assets/127647774/50942a22-5598-435f-b259-a830525c50c2)

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/)