Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beki78/addissoftware
- Owner: Beki78
- Created: 2024-08-30T07:15:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T05:09:44.000Z (2 months ago)
- Last Synced: 2024-10-10T17:22:00.808Z (about 1 month ago)
- Topics: emotionjs, expressjs, mongodb, multer-imager, reacttypescript, reduxsaga, reduxtookit, styled-components
- Language: TypeScript
- Homepage: https://musicplayer-addis.netlify.app/
- Size: 7.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎵 Music Playlist
**Music Playlist** is a full-stack application that has CRUD functionality.
Client
Server
Database
- [Live Demo Link](https://musicplayer-addis.netlify.app/)
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
```