This is a ToDo App that was generated using Django version 4.2. It is using PostgreSql as Database.
To be able to access it locally and run:
- Type
git clone https://github.com/Kanyelings/TodoApp-with-Django.git
orgit clone [email protected]:Kanyelings/TodoApp-with-Django.git
on your terminal. - Go to the root of folder and create a virtual environment. (type
python3 -m venv myEnv
) - Activate the environment and download the dependencies of the app. Type
pip3 install -r requirements.txt
. - Contact me for the .env file.
- Finally, type
python3 manage.py runserver
. This will create a local server. Go on any web browser of your choice and type 127.0.0.1:8000/todo/.