BH project
yarn start
Open any browser and go to http://localhost:5000/
Currently, the app is set up to only send back data as JSON.
- create server to send only json.
- depending on the route used render ejs or send JSON data .
- Retrive data from a csv or txt file no hard coding .
- Refactor employee.js using cleaner code .
- use app.js and import data from db.
- change integer into correct currency.
- change perosn.salary to an integer not string will pervent JS bugs .