Web Application to manage your goals developed in react
using next
and typescript
with the api integrated to make manipulations in the postgrees
database.
React
- Create the user interface.Fastify
- APi development.Tailwind CSS
- Css Framework to fast design and responsive.TypeScript
- Superset of JavaScript.Vite
- Framework to build front-end moderns projects.Drizzle ORM
- ORM to inreact with the database(SQL).Zod
- Validate types and schemes.PostgreSQL
- Relational Database used.
- Clone the repository:
git clone /~https://github.com/felipeclarindo/goals-sets.git
- Enter directory:
cd goals-sets
- Install dependencies:
npm install
-
Create the file
.env
and set the url of thepostgres database
as per the file .env.example. -
Run the api:
npm run api
- Run the application:
npm run dev
- Enter the link provided to view the application.
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
Felipe Clarindo
This project is licensed under the GNU Affero License.