kaneva91 / olive-garden-restaurant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Olive Garden restaurant is an web application representing an restaurant web site.

The functionality supports full menu overview and user profile management(including cart operations) and uses CRUD operations .

The front-end part is build on Angular, using route protection(such as user profile and cart), global error handling, directives(build in and custom), pipes, reactiveforms(and its validations).

The back-end part is build on node js, using Express(usig the MVC pattern) with Jason Web Token verification on the protected back-end routes and bcrypt for password hashing.

MongoDB withMongoose ORM is being used for a database storage.

About


Languages

Language:TypeScript 53.2%Language:JavaScript 19.4%Language:HTML 14.1%Language:CSS 13.3%