Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.29 KB

Curious | Server

Curious is a web app to help you structure, organize and create long-term plans for your self-learning goals.

Screenshots

screens

Installation

Prerequisites:

  • Node.js (> v.12.0)

To run the app please follow these instructions:

  1. Clone the repository
git clone https://github.com/steelersbcn/curious-server
cd curious-server
  1. Install the dependencies
npm install

Get it started

In the root project folder curious-server:

node index.js

Tech Stack

  • React
  • Typescript
  • Apollo Client
  • Apollo Server
  • GraphQL
  • Sequelize ORM
  • PostgreSQL

Recommendation

Feel free to have a look at the client side of this application: Curious Client

Developers