Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)