This project helps me to develop and keep track of code comments containing AWAIT
/TODO
. Follow the steps below to set up the project on your system.
Navigate to the ./backend
folder and run the following commands:
$ npm install
$ node index.js
Navigate to the ./front
folder and run the following commands:
$ npm install
$ ng serve -o
If you do not have Angular installed, consult the Angular documentation for installation instructions.
- Navigate to the
./scripts
folder. - Edit
file_list
by adding the files you want to track on your system. - Run
initialize_awaits.bat
by executing it. Ensure you have all the required Python packages installed.
This project uses redis server caching.
- Install redis server
- Copy your redis server port and input it in the enviornment variables in backend/enviornment.js
- Start the redis server.