Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szirocica/mean-stack-music-streaming
https://github.com/szirocica/mean-stack-music-streaming
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szirocica/mean-stack-music-streaming
- Owner: szirocica
- Created: 2024-05-12T16:36:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T17:08:28.000Z (6 months ago)
- Last Synced: 2024-05-12T18:24:13.492Z (6 months ago)
- Language: TypeScript
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mean Stack Music Streaming Application
A Simple application which support crud operations and user management, and resembles a music streaming application.
## How to use
1. To use the application a database connection string is needed insterted into `server\src\index.ts`
2. Install dependencies- npm install
- ...
3. Running server: go to `server` folder then exetuce `tsc` to transpile typescript files. Go to `server\build`, and exetute `node index.js`.
4. Running client: go to `client\my-first-project`. Execute `ng serve -o`