- Clone and install dependencies
$ git clone git@github.com:bookstein/learning_grid.git
$ cd learning_grid
$ npm install
- Ensure mySql is running and able to accept connections
$ mysql.server start
- Start the expressjs server
$ npm start
- Navigate to localhost:3000
- Have fun!
- express server
- create models
- create user endpoint, UI, view
- create entity endpoint, UI, view
- create comments endpoint, UI, view
see issue list for more ways to contribute.