This is a simple NodeJS application to create a list of fruits in a table. And a searchbar to search for fruits.
- Database: sqlite3
- You can install the application in an AWS ec2 instance by running the Cloud Formation Template in the repository. Name of CF Template: setup_nodejs
- Sample look of application (not the real thing) Sample-Look
- The application has api endpoints, in case you decide to consume the json page.
Just download the CF template and run it or clone the repo to install manually *v*
Option 2: Clone Github repo
Then cd into the folder
cd FruitApp
npm install
npm start