Playify - Backend
This is the backend of my Playify app using Typescript, NodeJS, Express and a Clean Architecture Pattern
Table of Contents
Playify is a small Spotify like web app, builded following the Clean Architecture pattern.
- Clean Architecture Pattern
- Typescript
- NodeJS
- Express
- MongoDB Atlas
- Jest (Unit testing)
Rename .env.template to .env or simply change your personnal ATLAS_URI && ATLAS_TEST_URI.
- Clone the repo
git clone https://github.com/tempSt69/playify-backend.git
- Install NPM packages
npm install
- Start the project locally
npm run dev
- Run tests
npm run test - To build the project and serve it
npm run dev:build npm run dev:serve
- Main CRUD
- Streaming service
- Search service
- Auto recommendation
Antoine Di Roberto - - antoine.diroberto@gmail.com
Project Link: https://github.com/tempSt69/playify-backend