Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-mielamud/contactbook
A notebook for your contacts
https://github.com/r-mielamud/contactbook
2020 contact-book contacts express hillel hillel2020 mongodb node react redux site
Last synced: 6 days ago
JSON representation
A notebook for your contacts
- Host: GitHub
- URL: https://github.com/r-mielamud/contactbook
- Owner: R-Mielamud
- License: mit
- Created: 2020-06-26T11:10:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:15:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:32:03.804Z (over 1 year ago)
- Topics: 2020, contact-book, contacts, express, hillel, hillel2020, mongodb, node, react, redux, site
- Language: JavaScript
- Homepage: https://contact-book.tk
- Size: 3.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contact Book
A notebook for your contacts### To run 1st time:
1. Clone the repo
2. . deploy.sh### To run later IN PRODUCTION MODE:
1. npm start### To run later IN DEV MODE:
1. npm run start-dev### To run later IN DAEMON DEV MODE:
1. npm run start-daemon-dev### WARNING: production mode is developed for different timezone (UTC)
# ENJOY!
### Services used:
- NodeJS
- MongoDB Server
- NPM
- Git
- GitHub
- AWS EC2### NodeJS Libraries used:
- passport
- passport-local
- mongoose
- express
- express-session
- connect-mongo
- multer
- @hapi/joi
- celebrate
- bcryptjs
- dotenv
- react
- react-dom
- react-notifications
- react-copy-to-clipboard
- querystring
- validator
- react-router
- react-router-dom
- redux
- react-redux
- jest
- apidoc
- serve