Recommendation system to empower small vendors with digital marketing power without they needing to do anything
This repository contains multiple projects related to the "terserah" project. The project is created for AngleHack Jakarta 2024.
- makan: The main frontend application built with React.
- makan-api: The backend API service.
- makan-worker: The worker service for handling background tasks.
- pipeline: The deployment pipeline configuration.
This project was bootstrapped with Create React App.
In the makan
project directory, you can run:
npm start
: Runs the app in development mode. Open http://localhost:3000 to view it in your browser.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.npm run eject
: Ejects the configuration files and dependencies.
For more information, refer to the Create React App documentation.
Refer to the deployment documentation for more details.
This project contains the backend API service.
To deploy the API service, use the following command: