Curious is a web app to help you structure, organize and create long-term plans for your self-learning goals.
- Node.js (> v.12.0)
To run the app please follow these instructions:
- Clone the repository
git clone https://github.com/steelersbcn/curious-server
cd curious-server
- Install the dependencies
npm install
In the root project folder curious-server:
node index.js
- React
- Typescript
- Apollo Client
- Apollo Server
- GraphQL
- Sequelize ORM
- PostgreSQL
Feel free to have a look at the client side of this application: Curious Client