Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beki78/addissoftware

test project for addis software internship using typescript, emotion, styled component, redux and redux saga, and for the backend express and mongodb
https://github.com/beki78/addissoftware

emotionjs expressjs mongodb multer-imager reacttypescript reduxsaga reduxtookit styled-components

Last synced: 17 days ago
JSON representation

test project for addis software internship using typescript, emotion, styled component, redux and redux saga, and for the backend express and mongodb

Awesome Lists containing this project

README

        








# 🎵 Music Playlist

# 📖 Your Project Name

**Music Playlist** is a full-stack application that has CRUD functionality.

## 🛠 Built With

### Tech Stack

Client

Server

Database

## 🚀 Live Demo

- [Live Demo Link](https://musicplayer-addis.netlify.app/)

## 💻 Getting Started

To get a local copy up and running, follow these steps:

### Prerequisites

In order to run this project, you need:

- [Node.js](https://nodejs.org/) installed on your machine
- [MongoDB](https://www.mongodb.com/) installed locally or a MongoDB Atlas account

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/yourusername/your-repo.git
cd your-repo

```
```sh
cd client
npm install
npm run dev
```
```sh
cd server
npm install
npm start
```