V- 0.0.2
This is a personal project, it consists of a web page where companies can be registered and each one has functions to be managed itself.
- Angular
- Node.js (With TypeScript)
- Express
- MySql
- Install Angular, Node.js and MySql.
- Create database
- Do the following commands in backend:
- Do the build
npm run build
- Start server
npm start
- Start frontend:
npm start
- Go to http://localhost:4000, to see home page.