Small project for time tracking
For ALL:
- Create a copy of
config_example.js
and name itconfig.js
.
You can change backendport or language (en/ru) there. - Create a copy of
app_example.db
and name itapp.db
All information is stored in SQLite3 database
For Windows:
Simply INSTALL.bat
in root folder.
Then RUN.bat
For Linux:
Run npm install
for installing dependencies
Run npm run start
for start