-
Notifications
You must be signed in to change notification settings - Fork 2
/
structure
54 lines (54 loc) · 1.22 KB
/
structure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|-- node_modules
|-- app
| `-- app.js
| |-- routes
| | `-- routes.js
|--config
| `-- db.js
|-- modules
| `-- airports.json
|-- public
| |-- partials
| | `-- confirmation.html
| | `-- landingPage.html
| | `-- outgoingReturnFlights.html
| | `-- payment.html
| |-- views
| | `-- error.html
| |-- conrollers
| | `-- mainCtrl.js
| |-- services
| | `-- flightsSrv.js
| |-- js
| | `-- angular.min.js
| | `-- angular-route.min.js
| | `-- bootstrap.js
| | `-- bootstrap.min.js
| | `-- jquery-2.2.0.min.js
| | `-- npm.js
| | `-- ui-bootstrap-tpls-1.2.5.min.js
| |-- css
| | `-- bootstrap.css
| | `-- bootstrap.css.map
| | `-- bootstrap.min.css
| | `-- bootstrap.min.css.map
| | `-- bootstrap-theme.css
| | `-- bootstrap-theme.css.map
| | `-- bootstrap-theme.min.css
| | `-- bootstrap-theme.min.css.map
| |-- fonts
| | `-- glyphicons-halflings-regular.eot
| | `-- glyphicons-halflings-regular.svg
| | `-- glyphicons-halflings-regular.ttf
| | `-- glyphicons-halflings-regular.woff
| | `-- glyphicons-halflings-regular.woff2
| |-- assets //images will be here
| `-- index.html
| `-- cors.js
`-- package.json
`-- server.js
`-- README.md
`-- structure
`-- notes
`-- .gitignore
`-- npm-debug.lo