The development of this application has the purpose of adding projects and their tasks, to keep an order of priorities
El desarrollo de esta aplicacion tiene como finalidad el añadir proyectos y sus tareas, para llevar un orden de prioridades
A list of technologies used within the project:
- Node: Version 16.13.0
- React: Version 18.1.0
- Redux: Version 4.0.5
- React-Redux: Version 8.0.2
- Redux-Toolkit: Version 1.8.3
- Express: Version 4.18.1
- Bcrypt: Version 5.0.1
- Json Web Token: Version 8.5.1
- Sequelize: Version 6.21.2
- PostgreSQL
A little intro about the installation.
$ git clone https://github.com/rodri-ribes/projects-app.git
./client
$ npm install
$ npm start
./api
$ npm install
$ npm run dev