A Database Management Application
View the Source Code »
View Prototype
|
Report Bug
|
Request Feature
- ExpressJS for server library.
- Node.js for Environment.
- React.js for developing User Interface
- MySQL for database design
- mysql2 as a promise-based Node.js driver (ORM) for MySQL.
git clone https://github.com/namandangi/DBMS
and change directory into the project using
cd ./DBMS
In the root directory of the backend project using
npm install
In the root directory of the backend using
npm start
and change directory into the webapp using
cd ./webapp
In the root directory of the webapp using
npm install
In the root directory of the webapp using
npm start
- Fork it (https://github.com/namandangi/DBMS/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request