Skip to content

A DBMS mini Project (UE20CS301) based on Cloud Inventory Management such as Virtual Machine Instances and Storage Buckets, to demonstrate understanding of SQL

Notifications You must be signed in to change notification settings

NyanCyanide/OctaOcean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Inventory Management

A part of DBMS mini project, this project was made so that I can understand the working of SQL (Sequel) Database. So, as the topic tells, it is managing cloud inventory such as Virtual Machines Instances and also storage buckets for users. Used Github's OctaCat as my frontend webpage logo and named OctaOcean (like Digital Ocean 😅)

Tech Stack

This is my tech stack used, React and Tailwind CSS for beautiful frontend which is responsive to mobile and desktop devices, Node JS and Express JS to start my server and also connect to the frontend, finally the database MySQL! the traditional old SQL!

Screenshots

Small Screen's or Mobile View Screenshots

Desktop Screen Screenshot

Routing

Home Page route = /

EC2 Instances Page route = /instances

Storage Page route = /storagebuckets

Report Area

Purchase Page route = /purchase

Thank You Page route = /thankyou

Error Page route = /*

Admin Page route = /admin

How to Start?

To start the Frontend or Website

npm install
>> npm run start

To start the Backend or NodeJS (Make sure that nodemon is installed)

npm install
>> nodemon index.js

And start the MySQL server on the localhost

About

A DBMS mini Project (UE20CS301) based on Cloud Inventory Management such as Virtual Machine Instances and Storage Buckets, to demonstrate understanding of SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published