cjihrig / humanresources

Example Human Resources MEAN App
MIT License
0 stars 0 forks source link

Additional CRUD Operations #3

Open cjihrig opened 10 years ago

cjihrig commented 10 years ago

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.