This is the template for wedding invitation card!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
·
Youtube Tutorial
Table of Contents
This is template wedding invation card using nodeJs and mongodb. You can create a card and send this link for recevier. The recevier using link invite for view infomation of marriage ceremony.
Flow:
- Go to admin manager page and create a card with receiver's information.
- Get link from system.
- Send to the recipient 😄
You can easily edit the information and deploy it simply. All information and installation instructions will be detailed.
Thank you for your visit and we look forward to hearing from you!
Server
Client
I have apply EJS to an Express application, include repeatable parts of your site, and pass data to the views.
You need setup prerequisites:
-
npm
npm install npm@latest -g
-
nodemon
npm i nodemon -g
-
Get connection of MongoDB at [https://www.mongodb.com/)
-
Clone the repo
git clone https://github.com/sauanla/wedding-invitation.git
-
Install NPM packages
npm install
-
Rename and edit file in
Exemple.env
to.env
PORT = 3001 URI_MONGO = 'URI' DOMAIN = 'http://localhost:3001' SITE_KEY = 'SITE_KEY' SECRET_KEY = 'SECRET_KEY'
-
Start server for dev using nodemon
npm run dev
Run Seed Database: http://localhost:3001/setup
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Dinh Phuc - @facbook - phucnd.zit@gmail.com
Project Link: https://github.com/sauanla/wedding-invitation
⚡ Quote: You fail because you don't believe.
Yoda