Code Louisville FSJS Project:
An Inventory for art-lovers to browse works of art contained in museums located in the state of Kentucky.
How to run this application:
- In your Terminal, clone the project:
git clone https://github.com/rehamm01/FSJS-Project
cd FSJS-Project
- Install the necessary dependencies:
npm install
- Begin the app server process:
npm start
- In a new terminal tab, start Mongo:
mongod
- Open a web browser and go to http://localhost:3030
- Enjoy Creating, Reading, Updating, and Deleting entries from the Ky Art Inventory!
Future Goals:
- Include a Search Functionality so Users can Search the database by keyword.
- As the Inventory grows, it would be nice if only a few entries loaded at first. Then as the user scrolls, more could appear. This would cut back on page weight when the site first loads. (Very important on mobile devices!)
- Improve site Accessibility: refine Keyboard navigation and include an "Artwork Description" field in the Submit Form/Database so users with vision-impairments can still enjoy the site.