Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silviaseverini authored May 28, 2018
1 parent 0c7fc10 commit e76ee21
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MCPS-FridgePI
Client and Server side applications for the Smart Fridge project for the Mobile and Cyber Physical System course
Client and Server side applications and Rasperry scripts for the Smart Fridge project for the Mobile and Cyber Physical System class.

# 1 Server-Side Application

Expand All @@ -16,13 +16,20 @@ To start up the Web Server:

# 2 Client-side Application

React web application
React web interface for the user view.
Features:
- registration of a new user
- login of a user
- products list visualization
- addition of a new device
- recipes suggestions

# 2.2 Usage

- change host variable in "App.js" file
- Change ```host``` variable in "App.js" file
- Install with ```npm install```
- To start up the application:
npm start
```npm start```

# 3 Raspberry-side Application

Expand Down

0 comments on commit e76ee21

Please sign in to comment.