This is a restaurant management system made with TypeScript React & Electron as the frontend and a TypeScript NodeJS Express REST API as the backend
Ordr helps the manager to keep track of the money that is comming in and also the stock of every product in the database, with an intuitive and clean user interface to make the seller's life easier and quicker
this section will be available in the future soon...
-
#cloning the API repository git clone https://github.com/guiguat/Ordr-Api #cloning this repository git clone https://github.com/guiguat/ordr-electron
-
cd Ordr-Api npm install npm run dev
-
cd ordr-electron npm install npm run start:web
at this point you will be able to use the app in your browser
-
npm run start:electron
- Fork it (https://github.com/guiguat/ordr-electron/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request