Organize your projects and tasks. Made with React, TypeScript, Node, PostgreSQL stack.
- Node
- yarn or npm
- Redis
- PostgreSQL
You will need to install the dependencies with npm or yarn first then start the server and then client. Also, make an .env file for the server and the client and fill in the necessary variables.
# In the /server directory
$ yarn
$ yarn start
# In the /web directory
$ yarn
$ yarn start # will launch in localhost:3000 by default
- React
- Chakra UI
- react-beautiful-dnd
- Apollo Client
- TypeORM
- TypeGraphQL