Screencast.from.02.2023.EET.04.43.06.webm
Screencast.from.02.2023.EET.04.48.10.webm
git clone https://github.com/ASalah007/todos_backend.git
cd todos_backend
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python ./manage.py runserver
open a new terminal
git clone https://github.com/ASalah007/todos_front.git
cd todos_front
npm install
npm start
now you can log in using the following credentials:
email = [email protected]
password = 123