Zusammenfassung der Ressource
Making my app
- server side
- Node
- express
- easy to make an RESTful API
- mongoose
- makes mongodb have a schema
- Data
- mongodb
- json document database
- client side
- angular
- bootstrap
- d3
- need to write custom code for...
- unified client server data validation
- data structures...
- what is a note?
- how does a note become a flashcard?
- how do the notes fit into the ontology?
- how does the system keep track of user study record?