Skip to content

kpanier/pnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript based notes app following a Microservice approach

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.

Usage

Development

Build

Service

  • Compile all the time: npm run tsc
  • Run service hot code replacement: npm run serve

Mobile App

  • ionic serve

Inspect

MongoDB

Connect:

mongo --host localhost --port 27037 -u dbuser -p dbpassword notes-db

Show Collections:

db.getCollectionNames()

Inspect colletion:

db.getCollection('notes').find()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published