/FruitApp

simple NodeJS application with a form to create fruits, and a searchbar to search for fruits. With a CF to run the installation

Primary LanguageJavaScriptMIT LicenseMIT

Fruit App

This is a simple NodeJS application to create a list of fruits in a table. And a searchbar to search for fruits.

    Things to Note:

  • 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.

How to use:

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

To checkout the json page/endpoint, visit => http://localhost:80/api/fruits


To checkout the json page/endpoint, visit => http://localhost:80/api/fruits/:name




trailblazing