Skip to content

JowiAoun/Pomoduro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomoduro-App

An app based on the "Pomodoro Technique" made to learn how to use services on AWS.

Architecture

Here is the work-in-progress infrastructure design using AWS. Pomoduro infrastructure

Run development servers:

  • cd client
  • npm install
  • npm run dev In another tab:
  • Based on the .env-example, make a .env file with valid variables
  • cd server
  • pip install -r requirements.txt
  • python .\manage.py runserver