Skip to content

Get in the right state of mind. A project made at McHacks 11

License

Notifications You must be signed in to change notification settings

itsAlexa/WriteMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WriteMind

Backend

Include your IBM Watson API key and base url in a .env. file in the be directory. Use variables WATSON_BASE_URL and WATSON_API_KEY.

pip3 install fastapi "uvicorn[standard]" ibm-watson dotenv
cd be
uvicorn app:app --reload --port 3000

Frontend

In a .env file, include the backend API url for the frontend to connect to. Use the variable VITE_SENTIMENT_ANALYSIS_URL.

cd write-mind
npm install
npm run dev

Happy writing :)

About

Get in the right state of mind. A project made at McHacks 11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published