meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reactjs2018january:group2:start [2018/01/03 12:32]
migiitto created
reactjs2018january:group2:start [2018/01/11 15:16] (current)
migiitto [Readme]
Line 1: Line 1:
-Project Stinfo+====== Project Stinfo ====== 
 + 
 +Stinfo is a simple application that will help users in going grocery shopping (store info=> Stinfo).  
 +It collects information from google maps and places, and tells user which stores are open. When selecting a store, 
 +products can be browsed and searched to see which ones actually exists in this store. 
 + 
 +====== Course Assignments ====== 
 + 
 +Project bitbucket: 
 +https://bitbucket.org/Migiittto/react-project/overview 
 + 
 +Presentation 1 (Team and project plan): {{ :reactjs2018january:group2:cc_presi_1.pdf |}} 
 + 
 +Presentation 2: 
 +{{ :reactjs2018january:group2:stinfo_-presentation.pdf |}} 
 + 
 +Video: 
 + 
 +[[https://youtu.be/7jtKRzAy5j0|https://youtu.be/7jtKRzAy5j0]] 
 + 
 +====== Team ====== 
 + 
 +  * **Mikael Sommarberg** (mikael.sommarberg@student.lut.fi) Integrating and reactifyin, common tasks 
 +  * **Miikka Lahtinen** (miikka.lahtinen@student.lut.fi) API -queries and open data functionality   
 +  * **Julia Tasa** (julia.tasa@student.lut.fi) user-interface design and application styling  
 + 
 +====== Readme ====== 
 +This README documents whatever steps are necessary to get your application up and running. 
 + 
 +What is this project for? 
 +This reposity is for the LUT Course project for Code Camp React. (codecamp.fi for more info). Our group consisted of 3 persons, Mikael Sommarberg, Miikka Lahtinen and Julia Tasa. 
 + 
 +How do I get set up? 
 +clone the repository with the link above and install Node 8.9.4 with npm. navigate to the project root directory and run command "npm install" navigate to the project root directory, and then to "backend" directory, and run command "npm install" When npm has finished installing requirements start 2 terminals and navigate to project root directory with both 
 + 
 +first terminal: ROOT\ npm start 
 + 
 +second terminal: ROOT\backend npm start 
 + 
 +Now you should be able to go to http://localhost:3000/ and see Stinfo homepage. 
 + 
 +** 
 +For store opening hours to work, this needs to be installed in Google Chrome (or other CORS enabling plugin) 
 +https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi 
 +** 
 + 
 +Creators 
 +Mikael Sommarberg (mikael.sommarberg@student.lut.fi) Miikka Lahtinen (miikka.lahtinen@student.lut.fi) Julia Tasa (julia.tasa@student.lut.fi)