Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikemimik/rolodex
- Owner: mikemimik
- Created: 2019-03-20T19:18:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:27:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T14:06:12.215Z (about 2 months ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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`