A collaborative feedback platform for share ideas and discuss a product or service.
Server
Node.js
- Runtime environment for JavascriptExpress
- Web frameworkGraphQL-JS
- GraphQL server
- Docker
- Node.js >= 8
- MySQL 5
Create and configure a .env file (environment variables)
$ cp .env.example .env
Install root dependencies
$ npm install
Install remaining package dependencies and link local packages
$ lerna bootstrap --hoist
Change the current directory to server
$ cd server
Run Prisma and database services within a Docker container
$ docker-compose up -d
Deploy the Prisma API
$ npm run prisma:deploy
Run API server in watch mode
$ npm run dev
Open a new terminal and run the Typescript compiler in watch mode
$ npm run watch
Feedly © 2018+, Matías Olivera · GitHub · Twitter
This project is licensed under the MIT License