https://github.com/willianfalbo/food-app
A simplified version of an online food delivery application.
https://github.com/willianfalbo/food-app
angular-2 express-js javascript json-server node-js typescript
Last synced: 4 months ago
JSON representation
A simplified version of an online food delivery application.
- Host: GitHub
- URL: https://github.com/willianfalbo/food-app
- Owner: willianfalbo
- Created: 2019-04-26T21:09:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T20:27:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T19:08:09.147Z (7 months ago)
- Topics: angular-2, express-js, javascript, json-server, node-js, typescript
- Language: TypeScript
- Homepage:
- Size: 13.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Food App
A simplified version of an online food delivery application. It was created for demonstration purpose only.
### Features
- Authentication: Sign-up, login and logout.
- Restaurants: Restaurant listing, restaurant details and so on.
- Cart: Add different foods to cart and checkout items.
- Orders: Create orders, enter payment options and review experience.### Quick Preview
![]()
### Quick Start
- Go to the [backend](./backend) folder and follow the README file instructions.
- Go to the [frontend](./frontend) folder and follow the README file instructions.
### Stack
- Backend
- Node.js & Typescript
- RESTFul APIs & Express.js
- Json-Server as full fake REST API for prototyping and mocking
- JWT authentication & Password-Hashing with bcrypt- Frontend
- Angular 6+ & Typescript
- Reactive Forms & RxJS
- Bootstrap & Font Awesome### Credits
This app was created based on [Tarso Bessa](https://www.linkedin.com/in/tarsobessa/)'s course. [Building Web Applications with Angular (4/5/6)](https://www.cod3r.com.br/).