Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 752 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 752 Bytes

TodoApp-with-Django

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:

  1. Type git clone https://github.com/Kanyelings/TodoApp-with-Django.git or git clone [email protected]:Kanyelings/TodoApp-with-Django.git on your terminal.
  2. Go to the root of folder and create a virtual environment. (type python3 -m venv myEnv)
  3. Activate the environment and download the dependencies of the app. Type pip3 install -r requirements.txt.
  4. Contact me for the .env file.
  5. 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/.