Skip to content

Commit

Permalink
resolved conflictes with branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
ishak52 committed Aug 5, 2018
2 parents 1dfb6fb + 08067c0 commit 9aa31bf
Show file tree
Hide file tree
Showing 19 changed files with 12,783 additions and 898 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,54 @@ the App database structure for represent the App tables and the relations betwee
#### Prototype: :link:
There is the link of the App prototype on figma [Here ](https://www.figma.com/proto/GDGWmaT7HSHTJBY1b7tmfsL5/My-Book?node-id=0%3A1&scaling=scale-down)

## Folder Structure

```
- Care-And-Share-App/
- backend/
| - controllers/
| | - index.js
| | - test.js
| - database/
| | - build.sql
| | - db_build.js
| | - db_connection.js
| -.gitignore
| -app.js
| -index.js
| -package-lock.json
| -package.json
- frontend/
| - public/
| | - index.html
| | - favicon.ico
| - src/
| | - Components/
| | | - Carers/
| | | - Connections/
| | | - Discussions/
| | | - Filter/
| | | - Header/
| | | - MyCarePlan/
| | | - MyDiary/
| | | - Navbar/
| | | - Profile/
| | | - Search/
| | | - Error/
| | - AppRoutes.CSS
| | - AppRoutes.js
| | - index.js
| - README.md
| - node_modules/
| - package.json
| - .gitignore
- README.md
- node_modules/
- package.json
- .gitignore
```

# Technology Stack:

- Express.js
Expand Down
Loading

0 comments on commit 9aa31bf

Please sign in to comment.