Reusabol is a circular food packaging service. A mobile-first approach has been used to develop this app so it's fully responsive, and has three interfaces: end user, restaurant and admin.
-
Clone this repo and enter!
git clone [email protected]:gilatb/Reusabol.git cd client
-
Install frontend dependencies and start.
npm install npm start
-
Open a new terminal and go to the server folder
cd .. cd server
-
Install backend dependencies and start.
npm install npm start