A web app where you can get anonymous recommendations.
Try it out now at https://sing-me-a-song-two.vercel.app/
Below are the implemented features:
- Share a video
- Upvote and downvote
- See ranking
- Get a recommendation
The more upvotes the greater the chance of being recommended.
The following tools and frameworks were used in the construction of the project:
cors; dotenv; express; express-async-errors; joi; dotenv-cli; jest; nodemon; prisma; supertest; typescript
- Clone this repository
- Install dependencies
npm i
- Run the back-end with
npm run dev
This script will run your back-end on http://localhost:5000. This is where you can do a requisition.
- Clone the front-end repository at https://github.com/Notye1K/sing-me-a-song
- Follow instructions to run the front-end at https://github.com/Notye1K/sing-me-a-song#readme