An app based on the "Pomodoro Technique" made to learn how to use services on AWS.
Here is the work-in-progress infrastructure design using AWS.
Run development servers:
cd client
npm i
npm run dev
In another tab:- Based on the
.env-example
, make a.env
file with valid variables cd server
npm i
npm start