This is a note taking app made for all users. It is designed for a UTK cs340 (Software Development) Final Project.
- Ashton Dy
- Porter Dosch
- Perry Shu
- Colsen Murray
- Adam Abdelrahman
- npm
- node.js
The app can be run using a simple batch script or manually. The project only works on Windows as of now.
- copy
.envfile into root directory - run
./run.batfrom project root:
-
create and activate a python venv
python -m venv venv./venv/Scripts/activate
-
install requirements.txt
pip install -r requirements.txt
-
update node dependencies:
npm run update
-
concurrently run:
npm run devpython backend/app.py