Project has 2 folders:
- "client" with the FE code (Angular)
- "server" with the BE code (Nest)
Using mongoDB, seeds can be found in folder server/seeds:
- mongoDB running in localhost, in the default port (27017)
- create database "technest"
- seederAccounts.json should be imported to "accounts" collection
- seederTransactions.json should be imported to "transactions" collection
To start:
- Run "npm install" in both "server" and "client" folders.
- Go to "server" folder and run "npm run start".
- Go to "client" folder and run "ng serve"
- Project is ruuning on http://localhost:4200/