- 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/Volunteer-Tech/school-management-system-in-react-node-js-and-express-js
and change directory into the project using
    cd ./school-management-system-in-react-node-js-and-express-js
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/Volunteer-Tech/school-management-system-in-react-node-js-and-express-js/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
 
  









