Reko is a web application that connects local food producers and customers. Producers can create listings and add products. Customers can browse listings, view products, and place orders.
Reko is a school project made for learning purposes only. It is not meant for real-world use.
- Browse listings
- View products
- Shopping cart functionality (add & remove items)
- Simple and clean user interface
- User registration and login pages
The purpose of this project is to make a full-stack web application for school.
In this project, we learn:
- how to build a web application
- how frontend and backend work together
- how to design a database
- how to use GitHub for version control
- how to use cloud services (AWS)
- how to work in a group
- Angular
- TypeScript
- HTML + CSS (Tailwind)
- Node.js
- Express
- MySQL (AWS RDS)
The application was running on AWS during the project.
After the project ends, the AWS services will be shut down.
- CodePipeline
- Elastic Beanstalk
- CloudFront
- S3
- RDS
- EC2
- Cloud Watch
- Secret Manager
Clone the repository
git clone https://github.com/jamktiko/RekoRinki.git
cd RekoRinki/Backend
npm i
npm start
cd ../Frontend
npm i
ng serve