Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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に保管する簡単なアプリです。

Awesome Lists containing this project

README

        

# react-contact-list
* 連絡先をサーバーのMongoDBに保管する簡単なアプリです。
* Herokuの無料プランが使えなくなったので現在動きません。

## Herokuへのデプロイ(メモ)
```
$ git add .
$ git commit -m"コミットメッセージ"
$ git push
$ git push heroku master
```