Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomashighbaugh/mern-contact-keeper
A contact keeper application built to explore the MERN stack
https://github.com/thomashighbaugh/mern-contact-keeper
contact-kee mern mern-project mern-stack
Last synced: 3 months ago
JSON representation
A contact keeper application built to explore the MERN stack
- Host: GitHub
- URL: https://github.com/thomashighbaugh/mern-contact-keeper
- Owner: Thomashighbaugh
- License: mit
- Created: 2021-01-13T20:18:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:24:59.000Z (3 months ago)
- Last Synced: 2024-10-31T08:40:39.527Z (3 months ago)
- Topics: contact-kee, mern, mern-project, mern-stack
- Language: JavaScript
- Homepage: https://contactskeeperjeepers.herokuapp.com/login
- Size: 3.06 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Stack Contact Keeper
[Hosted on Heroku Here](https://contactskeeperjeepers.herokuapp.com)
An exploration of the MERN stack, which leverages MongoDB, Express, React and Node.js to create full stack applications for the modern web. I thought that an exploration of the stack was in order, so I built this simple little application that is essentially useless (after all we keep our contacts in our phones mostly) so that I could explore the functionality of the MERN stack.## Local Development
If you wanted to build or modify the web application, or even just pick it apart to learn how it works, follow the steps below to get a copy running locally (NOTE: requres access to a `BASH` shell and `Node.js` installed within the `$PATH`)
```bash
$ git clone https://github.com/Thomashighbaugh/mern-contact-keeper && cd mern-contact-keeper
$ npm i$ npm run dev
```
This will start both the server and the client, enabling you to modify the front end of the application at will, as well as get a sense of how the various layers of the application are working.
# Special Thanks
- [Brad Traversy](https://github.com/bradtraversy) - credentials for mongodb and the authenication JWT
- [This application](https://github.com/deverex/MERN-NotesKeeper) - the project that inspired this one# License
This software is available under the MIT license, available in the file `LICENSE`