Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikemimik/rolodex

Small app for keeping track of students I teach, and their projects
https://github.com/mikemimik/rolodex

Last synced: 5 days ago
JSON representation

Small app for keeping track of students I teach, and their projects

Awesome Lists containing this project

README

        

# Rolodex

## Description
A tool used to track students I teach and the projects that they create.

## Usage
* Can add students to the rolodex
* Can add projects to students in the rolodex (in case they have more than one)

## Development
Clone repo
> `git clone [email protected]:mikemimik/rolodex.git`

Install dependencies
> `npm install`

Run client server (webpack)
> `npm run start:client`

Run API server (node/express)
> `npm run start:server`

>> View logs for server with `npm run logs:server`