Skip to content

brandiqa/react-contact-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT CONTACT MANAGER

Introduction

This a basic crud react-redux application for managing contacts. It currently uses mongodb for the server and featherjs as the rest backend server.

How to install

git clone [email protected]:brandiqa/react-contact-manager.git
cd react-contact-manager

# Install frontend dependencies
npm install

# Install backend dependencies
cd backend
npm install

How to run

Ensure you have mongodb installed in your system and that it is running

Start the backend server

Start the backend server first:

cd react-contact-manager/backend
npm start

This will run the backend server at localhost:3030. If all is working well, you should be able to access the url http://localhost:3030/api/contacts from your Browser or Postman

Start the client

Open a separate terminal to start the client:

cd react-contact-manager
npm start

Your default web browser will be launched automatically with the url http://localhost:3000

About

Basic crud react app for managing contacts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published