vinsonly / Savour

A Decentralized food-sharing platform, built with MongoDB, ExpressJS, ReactJS, and Ethereum Smart Contracts
https://savour.vinsonly.me
1 stars 2 forks source link
a

Savour - http://savour.vinsonly.me

A Decentralized food-sharing platform, built with MongoDB, ExpressJS, ReactJS, and Ethereum Smart Contracts

Start Guide for your local machine

  1. Make sure you have Node v8 and yarn v1.9.4 installed
  2. Clone the repo to your local machine https://github.com/vinsonly/Savour.git
  3. Change directory to the newly created file cd Savour
  4. Install client dependencies cd client && yarn install
  5. Install server dependencies cd .. && yarn install
  6. Start the app yarn dev
  7. Navigate to http://localhost:3000/

Note: No posts will show up on the front page as the local database is empty