Skip to content

MehulKChaudhari/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts-app

This repository has both front-end and backend of the contacts app.

It is a web based and responsive contacts directory which allows user to add contact details give them a tag, and delete it if needed.

Backend deploy on Railway Netlify Status


App Screenshot

Tech Stack

  1. ReactJS
  2. Chakra UI
  3. TypeScript
  4. Expressjs
  5. MongoDb + Mongoose(ORM)
  6. Netlify for deploying frontend
  7. Railway.app for deploying backend

⚙️ 🏃 Setup and Run

Setup local repo

Let's setup the backend server on your local machine.

0. Prerequisites

1. Fork repo

Fork this repo to your GitHub account contacts-app

2. Clone repo

Clone the forked repo to your local machine

git clone https://github.com/<YOUR-GITHUB-USERNAME>/contacts.git

Navigate to project directory

cd contacts
//for front-end
cd contacts-client

3. Install Dependencies

yarn

Your application setup is successfully completed!

Running the app

# development
$ yarn start //for front-end
$ yarn dev //for backend 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published