This project is a web app using Vite and MongoDB to help users post events and share blog posts with those in their community.
Note that this application will not run without the database URL.
To set up the project, simply run:
npm install
npm run startThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh