$ cd in-linked
$ npm start
$ cd in-linked-backend
$ tsc
$ npm start
- 🐝 Angular - one framework for mobile and desktop
- 👃 Node.js - JavaScript runtime to power our application.
- 💨 Express - minimal web framework for the web.
- 🙊 knex - query builder for interfacing with the database.
- 🐳 MySQL - the database management
- Add more endpoints for different types of data.
- Add middleware to verify
acctype
accesses (like prevent candidates from tampering with jobs).