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

Primary LanguageVue

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