Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #7

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
9b12631
2
Feb 20, 2016
ccdedfc
3
Feb 20, 2016
2c03a0d
4
Feb 20, 2016
92eb319
5
Feb 20, 2016
96a80e4
5
Feb 20, 2016
dedc145
7
Feb 20, 2016
38557bc
8
Feb 20, 2016
391d397
8
Feb 20, 2016
7f44e75
9
Feb 20, 2016
2ce858b
11
Feb 20, 2016
727865e
12
Feb 20, 2016
a5c6965
12
Feb 20, 2016
9b04e2f
13
Feb 20, 2016
60fa76d
15
Feb 20, 2016
261548b
16
Feb 20, 2016
1a1abb6
17
Feb 20, 2016
7f97082
16
Feb 20, 2016
a31606f
17
Feb 20, 2016
15bb200
18
Feb 20, 2016
1ba9142
19
Feb 20, 2016
a24d8ee
21
Feb 20, 2016
ed2eeaf
22
Feb 20, 2016
6e8172c
23
Feb 20, 2016
a94381d
25
Feb 20, 2016
a64ae79
26
Feb 20, 2016
4fed5e2
express.js direct
ozgetan6 Feb 20, 2016
063b20d
26
Feb 20, 2016
b970906
Merge remote-tracking branch 'origin/master'
ozgetan6 Feb 20, 2016
6618c14
Merge remote-tracking branch 'refs/remotes/origin/master'
ozgetan6 Feb 20, 2016
95d85cb
30
Feb 20, 2016
d744b8b
123
Feb 20, 2016
5036da7
asd
Feb 20, 2016
b346c62
12
Feb 20, 2016
d0a6d75
33
Feb 20, 2016
a11898e
res
Feb 20, 2016
9dda632
res1
Feb 20, 2016
c43e8cb
33_
Feb 20, 2016
ece9361
332
Feb 20, 2016
93508a4
ds
Feb 20, 2016
f3cf062
23
Feb 20, 2016
ab29dff
we
Feb 20, 2016
3cafed7
w
Feb 20, 2016
d3cd5be
asd
Feb 20, 2016
6fc5681
geo
Feb 20, 2016
f1d3a86
d
Feb 20, 2016
51378a2
as
Feb 20, 2016
572bc4d
1
Feb 20, 2016
0e1366e
asd
Feb 20, 2016
c2f2b83
12
Feb 21, 2016
ac2e386
123
Feb 21, 2016
690e613
ekran
ozgetan6 Feb 21, 2016
b1cafd8
ol
ozgetan6 Feb 21, 2016
c499d07
ekran angular
ozgetan6 Feb 21, 2016
8d50e4f
1221
Feb 21, 2016
2a7adf9
deneme
ozgetan6 Feb 21, 2016
57fa073
comm
ozgetan6 Feb 21, 2016
befd3fa
12
Feb 21, 2016
b75869b
asd
Feb 21, 2016
ef1f5e5
12
Feb 21, 2016
6067356
ö
Feb 21, 2016
17e8efc
post
ozgetan6 Feb 21, 2016
27a592b
ek
ozgetan6 Feb 21, 2016
8f05334
23
Feb 21, 2016
e1c9780
123
Feb 21, 2016
c8bc8ff
ASD
Feb 21, 2016
16f7825
geolocation
ozgetan6 Feb 21, 2016
6c97dab
Merge remote-trackingj branch 'origin/master'
ozgetan6 Feb 21, 2016
01cf023
jjj
ozgetan6 Feb 21, 2016
52020a4
gggg
ozgetan6 Feb 21, 2016
ac3b9b5
tek buton
ozgetan6 Feb 21, 2016
1f24a34
1
Feb 21, 2016
4b8e350
son
Feb 21, 2016
d361394
son
Feb 21, 2016
e948be5
sonn
Feb 21, 2016
63c10b7
son
Feb 21, 2016
d75e4f9
son.
Feb 21, 2016
33aaa8c
son!
Feb 21, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,3 +15,4 @@ results

node_modules
npm-debug.log
*.xml
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

306 changes: 306 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .idea/yedir.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 2 additions & 40 deletions README.md
@@ -1,41 +1,3 @@
# hello-mongoose: Using Mongoose.js for elegant MongoDB object modeling in Node.js.
http://localhost:5001/ portundan client angular

MongoDB and Node.js are often used together because of their shared use of Javascript and its Object Notation (JSON). Mongoose is a popular helper library that provides a more rigorous modeling environment for your data, enforcing a little bit more structure as needed, while still maintaining flexibility that makes MongoDB powerful. In this article, you make a connection to a hosted MongoDB instance at add-on provider [MongoLab](http://mongolab.com) with Mongoose and model a simple object.

## Deployment

To deploy [the app](http://hello-mongoose.herokuapp.com/) to Heroku you can use the Heroku button [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) or follow these steps:

1. `git clone git://github.com/mongolab/hello-mongoose.git && cd hello-mongoose`
2. `heroku create`
3. `heroku addons:add mongolab`
3. `git push heroku master`
4. `heroku open`

## Docker

The app can be debugged and tested using the [Heroku Docker CLI plugin](https://devcenter.heroku.com/articles/introduction-local-development-with-docker).

Make sure the plugin is installed:

heroku plugins:install heroku-docker

Configure Docker and Docker Compose:

heroku docker:init

And run the app locally:

docker-compose up

The app will now be available on the Docker daemon IP on port 8080.

You can also use Docker to release to Heroku:

heroku create
heroku docker:release
heroku open

## License

MIT Licensed
5000 server portu node.js