Currently, you can view all employees and view individual employees. There is no way to create, update, or delete anything. However, there is a script bin/populate_db.js that wipes out the database (delete) and then repopulates it (create). This script can also be run via npm run populate.
Currently, you can view all employees and view individual employees. There is no way to create, update, or delete anything. However, there is a script
bin/populate_db.js
that wipes out the database (delete) and then repopulates it (create). This script can also be run vianpm run populate
.