Created with [TypeScript, Node.js, Angular, Express, & MongoDB]
Baristas often need to memorize a great deal of recipes. With multiple updates and additions of new drinks every year, it's no wonder that many could get confused with the proper way to make them.
Baristabook was created to enable baristas of all levels to craft drinks with a consistent quality. They can browse drink info to refresh their memory or save difficult ones in a personalized list for further study.
If you would like to test the API, please click this link! https://documenter.getpostman.com/view/6660913/SzezbWiM
Run npm run start:dev
in master folder.
Run tsc
in server folder.
Run npm run dev:server
or nodemon server.js
in master folder while simultaneously running tsc -w
in server folder.
Run ng build
in master folder.