Streak for mobile apps
- Backend: NestJS
- Frontend: React
Make sure you have the following installed:
- Node.js (version v20.17.0 or higher)
- npm (or yarn)
- Clone the repository:
git clone https://github.com/marvin828santos/Streak.gitcd streak - Install dependencies for both backend and frontend:
Navigate to the backend directory and install dependencies(run):
cd streak-backend
npm install
npm start
Navigate to the frontend directory and install dependencies(run):
cd streak-frontend
npm install
npm run dev