Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajeshberwal/lms
LMS is a web application that allows users to manage their laundry.
https://github.com/rajeshberwal/lms
angular full-stack javascript mean-stack nodejs
Last synced: about 1 month ago
JSON representation
LMS is a web application that allows users to manage their laundry.
- Host: GitHub
- URL: https://github.com/rajeshberwal/lms
- Owner: rajeshberwal
- Created: 2022-05-02T02:16:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T10:23:10.000Z (over 2 years ago)
- Last Synced: 2024-11-09T15:44:36.655Z (3 months ago)
- Topics: angular, full-stack, javascript, mean-stack, nodejs
- Language: TypeScript
- Homepage: https://lms-app-web.web.app/login
- Size: 952 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LMS (Laundary Management System)
LMS is a web application that allows users to manage their laundry. Developed in MEAN(MongoDB, Express, Angular, Node.js) stack.
## Installation
1. Clone the repository:
```
git clone https://github.com/rajeshberwal/lms.git
```
2. Install dependencies:
- For Client:
```
cd lms/client
npm install
```
- For Server:
```
cd lms/server
npm install
```
3. Run the server:
```
cd lms/server
npm start
```
4. Run the client:
```
cd lms/client
ng serve
```## Live Demo
- [Demo](https://lms-app-web.web.app/)