This is a Single Page Application (SPA) that uses the Django web framework and JavaScript to create a simple web application that allows users to create, read, update, and delete (CRUD) notes.
git clone https://github.com/shmorish/SPA.gitWe recommend using Conda to create a virtual environment for this project. You can create a new virtual environment using the following command:
conda create -n spa python=3.11Activate the virtual environment:
conda activate spa
conda install -c conda-forge django
cd mysite
python3 manage.py runserver