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/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Download Node LTS version here: https://nodejs.org/en/download/
- Download VSCode from here: https://code.visualstudio.com/
- Install both before continuing
- Download MongoDB from here https://www.mongodb.com/download-center/community
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