Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.88 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.88 KB

MEISHI-Digital Business Cards

Meishi (“名刺”), is a Japanese business card that is exchanged as part of a self-introduction or handed for professional rituals in Japanese business. Application Link - https://meishi-web.web.app/

Landing page

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

Fork the Repository in your machine then clone it in your machine (Replace your_username with your username)

git clone https://github.com/your_username/meishi.git

Move into the project directory and install required dependencies

cd meishi
npm install

Run the command in your terminal to start the server

npm start

Screens

Dashboard,

Dashboard

Create new card,

Create card

View card,

View Card

Scan and share,

Share

Built With

  • MongoDB - Database used. Will change in the future when API used instead.
  • React - Frontend JavaScript library.
  • Express -Server/routing API for web app.
  • Node - Backend JS runtime.
  • Firebase - Backend-as-a-Service.
  • Cloudinary - Cloud-based image and video management services.