Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SPA

Description

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.

Installation

Clone the Repository

git clone https://github.com/shmorish/SPA.git

We 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.11

Activate the Virtual Environment

Activate the virtual environment:

conda activate spa
conda install -c conda-forge django
cd mysite
python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages