A simple note editor with word semantic search and more.
- Install npm, Python, and Pipenv.
- Run
cd backend && pipenv install - Run
pipenv run python -m nltk.downloader -d ./nltk_data popular - Then run
pipenv run fastapi run - On another terminal window, run
cd frontend && npm install && npm start. - Now you can visit http://localhost:3000 for the app!