- Notifications
You must be signed in to change notification settings - Fork1
Get free mentoring and offer to mentor subjects you care about
License
NotificationsYou must be signed in to change notification settings
mentdotio/ment.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Get free mentoring and offer to mentor subjects you care about.
You'll need a few globals, namely 'npm' or 'yarn' -- both a node package managers, we use Yarn butyou're free to use either! However, you'll use NPM to install Yarn (of course..)
- Node (version > 8.2 for best results)
- Postgres (version > 9.5; we recommend using thePostgres App)
- Yarn/NPM
- Nodemon -- when developing, monitor filesystem for changes
The web app was bootstrapped using create-react-app, but you won't need that to run it---onlya recent version of Node.
Web - go to the/app
directory and runyarn start
Server - go to/server
and runyarn dev
Library | Description | Role |
---|---|---|
Apollo Client | Feature rich GraphQL client | fetching and caching data [client] |
React Apollo | Bindings for React and GraphQL | [client] |
Postgraphile | Generates a GraphQL API based on Postgres schema | API [server] |
mattes/migrate | A CLI for generating and running database migrations | DB [server] |