Skip to content

developer-diganta/dbms-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS PROJECT

This is the DBMS project submission for practicals.

Contributing

  1. Fork and Star the repository.
  2. Run the following command using the forked url.
git clone <Forked Repo URL>
  1. Go to the cloned folder.
cd dbms-project
  1. Run the following command
git remote add upstream https://github.com/developer-diganta/dbms-project
  1. Fetch in case new changes have been made to the repo
git fetch upstream
  1. Go to the frontend folder.
cd frontend
cd client
  1. Run the following command(make sure node is installed).
npm install
  1. Go to the backend folder.
cd backend
  1. Run the following command(make sure node is installed).
npm install
  1. Make a new branch (name is as per what changes you are making)
git checkout -b <branch-name>
  1. Make the changes you want.
  2. Add the files you have changed using the following command.
git add <files you have changed/added>
  1. Commit the changes with a commit message.
git commit -m <Message describing the change>
  1. Push the changes.
git push -u origin <name-of-branch>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages