Full Stack InterBit Bootcamp Challenge
View Demo Website »
“*When you're happy you enjoy the beat, but when you're sad you understand the words . . . *”.
A web-based platform, built as a mobile and desktop website
Client:
- React Hooks
- Vite
- Written in TypeScript ♥
- MUI
- Using Eslint & Prettier for text edittor.
Server:
- Node - TypeScript
- Express
- PostgreSQL
- Redis caching server
- Unit tests
- Docker
git clone https://github.com/shani24levi/OtterBeat.git
cd back-end
npm install
redis-server
npm run dev
cd front-end
npm install
npm run dev