Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pitang1965/react-contact-list
連絡先をサーバーのMongoDBに保管する簡単なアプリです。
https://github.com/pitang1965/react-contact-list
heroku mongodb mongodb-atlas react
Last synced: about 15 hours ago
JSON representation
連絡先をサーバーのMongoDBに保管する簡単なアプリです。
- Host: GitHub
- URL: https://github.com/pitang1965/react-contact-list
- Owner: pitang1965
- Created: 2020-07-19T11:22:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:43:30.000Z (11 months ago)
- Last Synced: 2023-12-16T02:39:45.378Z (11 months ago)
- Topics: heroku, mongodb, mongodb-atlas, react
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-contact-list
* 連絡先をサーバーのMongoDBに保管する簡単なアプリです。
* Herokuの無料プランが使えなくなったので現在動きません。## Herokuへのデプロイ(メモ)
```
$ git add .
$ git commit -m"コミットメッセージ"
$ git push
$ git push heroku master
```