项目作者: ahronlu

项目描述 :
Contact manager build with MERN stack, React hooks & context api
高级语言: JavaScript
项目地址: git://github.com/ahronlu/contacts.git
创建时间: 2020-04-13T17:10:38Z
项目社区:https://github.com/ahronlu/contacts

开源协议:

下载


Contact Keeper

Full stack MERN contact manager with React hooks, context & JWT authentication.

Usage

Install dependencies

  1. npm install
  2. npm client-install

Mongo connection setup

Add .env file, include the correct mongoURI and jwtSecret

Run Server

  1. npm run dev # Express & React :3000 & :5000
  2. npm run server # Express API Only :5000
  3. npm run client # React Client Only :3000