Skip to content

valeriux/dessert-berry

Repository files navigation

Dessert-berry

Screenshot 2019-08-27 at 15 28 26

Timeframe

4 hours

Technologies used

  • React
  • Webpack
  • Axios
  • MongoDB/Mongoose
  • Express
  • Ajax
  • JavaScript (ES6)
  • HTML5
  • Bulma (CSS framework)
  • SCSS
  • GitHub
  • ReactMapBox-GL
  • Insomnia

Dessert Berry - React project

The brief was to build a full-stack application with a React front-end and NoSQL database (MongoDB). The application had to include data schema and a RESTful API framework.

The application is deployed via Git on Heroku and can be found here: Dessert Berry.

Installation

  • Clone or download the repo.
Execute this commands:
  • mongod -- Command to run the database.
  • node seeds.js -- Command to insert the information in my database.
  • node index.js
  • npm run serve -- Command to launch the app in the browser.