- Sqlite
- Express.js
- Angular
- Node.js
- Install node modules
npm install - Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The application will automatically reload if you change any of the source files.
- Move to
backenddirectory - Install node modules
npm install - Run
npx nodemon server.jsthis will run the Node.js server (Nodemon allows auto reloading on code changes)
First screen that should show is the Login Page.
From there click on the Register button This will bring you to the registration page
Enter a Username and a Password here. Password needs to 6 characters long
After you will be sent back to the Login screen to login Once logged in the main details page with display
On this page You can search a company using ID or ISIN Once a company has been search the page will change to show the details
Also from the front page you can Create a Company using the Create Company
You can also update a company from the Table using the Update button





