shivamnaik39 / sailor-db

A simple web application for performing CRUD operations on a sailor's database. Built using MariaDB, Express, Vue.js and Node.js as an Assignment for DBMS subject.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sailor_DB

A simple web application for performing CRUD operations on a sailor's database. Built as an Assignment for DBMS subject.


Install


Server

$ cd server

$ npm install

Client

$ cd client

$ npm install

Run & Start


Server

$ cd server

$ npm run start

Client

$ cd client

$ npm run serve

Screenshots


Add Sailor



Search Sailor



Display All Sailors



Delete Sailor



Update Sailor

About

A simple web application for performing CRUD operations on a sailor's database. Built using MariaDB, Express, Vue.js and Node.js as an Assignment for DBMS subject.


Languages

Language:Vue 74.5%Language:JavaScript 21.9%Language:HTML 2.7%Language:SCSS 0.8%Language:Shell 0.2%