Wiz1221 / food-awesome-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Awesome

Food Awesome is a food review website project, developed by General Assembly Singapore, Web Development Immersive 10 students.

View our site: http://food-awesome.review

Find our backend repo at : https://github.com/dheamariesta/food-awesome/

Tech

Food Awesome uses a number of open source projects to work properly:

  • React
  • Node JS
  • Express JS
  • Redux
  • Thunk
  • Axios
  • Cloudinary
  • MongoDB
  • Passport JS
  • Bcrypt

Installation

Food Awesome requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

For backend:

$ git clone https://github.com/dheamariesta/food-awesome.git
$ cd food-awesome
$ cd backend npm install
$ nodemon --exec npm start

For frontend:

$ cd food-awesome
$ yarn install
$ yarn start

Development

Want to contribute? Great! Contact: @dheamariesta, @Wiz1221, @bryanleejh

About


Languages

Language:JavaScript 90.3%Language:CSS 7.7%Language:HTML 2.1%