An open API service indexing awesome lists of open source software.

https://github.com/prakashupes/dbplus-relational-database-with-minimal-functionality


https://github.com/prakashupes/dbplus-relational-database-with-minimal-functionality

database hacktoberfest2020 hactoberfest relational-databases

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# DBPlus:Relational Database With Minimal Functionality

### All the work reliy on the develop branch
### GUIDELINES of Contribution:
**Please follow these steps**
1. Fork Clone the repo to your gihub and local machine
```
git clone https://github.com/**your-github-handle**/3-Tier-Relational-Database.git
```
2. Create your own working branch to deploy your code that will be merged to develop. (**Direct code of develop brnach can create confilcts so the PR from develop to develop will not be merge**)

```
git checkout -b your-brach-name
```

3. Add remote named **upstream** ponting to the main repo (**origin** will point to your clone)
```
git add upstream https://github.com/prakashupes/3-Tier-Relational-Database.git
```
4. Keep updated with main repo

```
git fetch upstream
```

### Steps to run the project: