This project was built by Thiago Nunes Batista, a Brazilian student in his journey to become a full stack web developer. If you want to take a look in his other projects, just open this link.
Keep Track of Your Contacts, This project was developed during the course React Front To Back. It's a Full Stack application developed with React using React Hooks, Context Api and the Back End with NodeJS(Express) and MongoDB.
- MongoDB Database
- NPM
-
Enter in the desired project directory
-
Clone the repository
git clone https://github.com/ThiagoNunesBatista/contact-keeper.git
-
Enter in the project folder and install dependencies
cd contact-keeper && npm install
-
Modify the Mongo Url and JWT Secret in config/default.json to Match Your Database Settings and the desired JWT secret.
-
Start the project
npm run dev
This project is Open Source and is licensed under MIT license. Feel free to do whatever you want with this code. If you want to contribute to this code, issues and pull requests are very welcome.