/contact-keeper

Contact Keeper app made with MERN stack.

Primary LanguageJavaScript

This is a project made while following the course React Front to Back 2019 on Udemy.

Contact Keeper (MERN STACK)

Login, register and delete, update and add new contacts.

Installation

  1. Create .env file with following data:
    • MONGODB_URI
    • JWT_SECRET
  2. Run npm install
  3. Run npm run server and it will start on your localhost:5000