Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/szirocica/mean-stack-music-streaming


https://github.com/szirocica/mean-stack-music-streaming

Last synced: 5 days ago
JSON representation

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`