Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaltsoon/studygroups
https://github.com/kaltsoon/studygroups
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaltsoon/studygroups
- Owner: Kaltsoon
- Created: 2015-09-02T07:12:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T08:28:53.000Z (about 9 years ago)
- Last Synced: 2023-04-06T05:12:20.451Z (over 1 year ago)
- Language: JavaScript
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study Groups
[![Build Status](https://travis-ci.org/Kaltsoon/studygroups.svg?branch=master)](https://travis-ci.org/Kaltsoon/studygroups)
**Study Groups** is a Node.js and Angular application for creating course materials and receiving specific feedback for their content. Set up the application by cloning this repository, executing
npm install
, initializing sqlite database by executingtouch database/database.sqlite
and setting it up by executingnode database/seed.js
. After executing these you can start the server by executingnpm start
. Tests can be ran by executingnpm test
.