Anthizo is a website for tracking and organizing applications. It features the ability to add, delete, and edit applications, as well as seeing an overview of applications categorized as offered, interviewed, rejected, and applied. It also has streaks and badges as an incentive to make continuous progress towards self-improvement and a chatbot to help with navigating the website.
1. Ensure all dependencies are installed by running "pip install -r requirements.txt" inside chronicAppTracker.
2. Install the Live Server Extension for Visual Studio Code or Open in Browser extension and open homePage.html through the extension.
3. Run the python script by using "python app.py" in the backend folder ( ../chronicAppTracker/backend python app.py ).
4. Make sure BOTH the frontend and backend are running for the application to run!
5. Create an API key to replace the one in the files Get your API key
6. Create .env in the backend folder and a .gitignore in the main folder
7. Copy and paste your API key in .env and write .gitignore followed by *.env in the following line iside of .gitignore
1. Open the command line and type
cd backend
python app.py
2. Right click on any of the html files and click "Open with live server" and a browser should pop up!