[toc]
- Run
npm install
in the root directory,/client/techlog
&/server
. - Run
npm start
in the server to start the database. - Run
yarn start
in the client to start the client. - Contributing? Run tests before hand,
- Client:
npm test
&npm cypress
- Server:
npm test
- Client:
- Dan Bayford (https://github.com/DanB-Web) - Original Developer
- Alexander Hall (https://github.com/alexanderjshall) - Testing & Improvements
- Christopher Owen (https://github.com/awenine) - Testing & Improvements
TechLog is a web application designed to allow those working for off-shore technical items to report on common use items and update usage notes, while searching for previously posted logs from other users.
TechLog also comes with a night-mode suitable for late-night work.
TechLog has a full suite of tests and uses Github actions to check pull requests, please make sure to run the tests as laid out in [Getting Started](##Get Started)