Skip to content

Fredrikhov/wedding-rsvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wedding-rsvp

wedding-rsvp is a modern and elegant wedding RSVP website designed to simplify the process of managing wedding invitations and guest responses. Built with React, React Router, Firebase, and Node.js, this project offers a seamless and efficient way for guests to RSVP to weddings online

Prerequisites

To run this project, you will need:

Installation

  1. Clone the repository:
    git clone https://github.com/Fredrikhov/wedding-rsvp.git
    cd wedding-rsvp
  2. Install dependencies for the frontend and backend:
    cd frontend
    npm install
    cd ../backend
    npm install
  3. Set up environment variables:
  • Create a .env.development & .env.production file in the backend/functions directory with the necessary environment variables (e.g., Firebase service account, port number and secret for session / cookie).
  1. Run the development servers:
  • Frontend:
    cd frontend
    npm run dev
  • Backend:
    cd backend/functions
    npm run dev

Deployment

Coming Soon

Contributing

We welcome contributions to enhance this project! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or feedback, please feel free to open an issue or contact me at fredrik@hovweb.org.