This project is used to explore a typescript based technologie stack with:
- Typescript
- Express
- MongoDB
- Ionic
- VSCode
The usage of the app is between a personal note and a personal wiki.
- Notes list: http://localhost:3000/notes
- Compile all the time:
npm run tsc
- Run service hot code replacement:
npm run serve
- ionic serve
Connect:
mongo --host localhost --port 27037 -u dbuser -p dbpassword notes-db
Show Collections:
db.getCollectionNames()
Inspect colletion:
db.getCollection('notes').find()