Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milopadma/malaygetaway-angular
malaygetaway is a website to empower malaysian local merchants.
https://github.com/milopadma/malaygetaway-angular
Last synced: about 2 months ago
JSON representation
malaygetaway is a website to empower malaysian local merchants.
- Host: GitHub
- URL: https://github.com/milopadma/malaygetaway-angular
- Owner: Milopadma
- Created: 2023-11-19T09:37:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:39:26.000Z (about 1 year ago)
- Last Synced: 2024-01-05T06:34:31.778Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://malaygetaway-angular.vercel.app
- Size: 8.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MalaygetawayAngular
This repository contains the source code for the Malaygetaway application, a platform for listing businesses, built with Angular.
## Project Overview
The Malaygetaway application provides a platform for merchants to register and list their businesses. The application is built using Angular and follows a modular structure with each feature encapsulated in its own module.
## Getting Started
To get started with the development:
1. Clone the repository
2. Install the dependencies using `bun install`
3. Start the development server using [ng serve]. The application will be available at [http://localhost:4200/] and will automatically reload if you change any of the source files.## Project Structure
The project follows a modular structure with each feature encapsulated in its own module. The main modules include:
- Registration: Handles the merchant registration flow.
- Login: Handles the login functionality.
- Dashboard: Provides the main interface for merchants to manage their businesses.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.