A museum collection management system (CMS) with internal restrict access. Allow users with different access levels to view/add/delete collections/vips/employees of a museum.
- Clone this repo.
cd museum-cms
- Install dependencies:
npm install
. - Run node server:
node app
ornodemon app
if you have installednodemon
.
Host: http://localhost:3005
use Username: admin
, Password: admin
to login as Admin
and Username: inspector
, Password: inspector
to login as Inspector to play.