A web app that helps the employees of Electricity Boards around the world to manage electricity connections digitally. See README for more details!
- The project has two
package.json
one at the root level for backend server and one inside the client directory for frontend dependencies - Run
npm i
on both places to install the directries - Execute
npm run dev
at the root level to concurrently run the react server and node.js server - PS - the project use nodemon at the development level