joliveramu / familytreecrud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family Tree CRUD app

This Application can do the following:

  • Registration of Family Member
  • Viewing of Family Member
  • Edit Family Member

This application uses the following libraries/frameworks:

  • express
  • mysql
  • nodemon
  • body-parser
  • ejs

In order to install the above mentioned frameworks/libraries, Navigate to the folder where you have downloaded the project, type in your command line npm install to install all of the dependecies needed by the application.

The application was developed by the following applications:

  • Visual Studio Code
  • XAMPP for (MariaDB (MySQL) Database)
  • JavaScript
  • CSS3
  • HTML5
  • Bootstrap 4

Installing this application

  • In order for you to use the application, you must first import the db_exam.sql file to your local mysql database (used XAMPP's Maria DB during the development of the application).
  • Once that you have installed all the required frameworks/libraries and data, go to your command line/terminal and type nodemon index.js. Once done, you can go to any browser of your preference, and type in the url localhost:3000 with that, you can have the app running.

About


Languages

Language:EJS 45.2%Language:JavaScript 33.3%Language:HTML 21.5%