Welcome to the Event Stations Project! We can
- add new events
- delete events
- edit events
- Send newsletters
Deployment of the project is here
This project is divided into two main folders:
To start the backend server, run npm install followed by npm start inside this folder.
To run the React app, navigate to this folder, run npm install, and then start the development server with npm start. Ensure both the backend and frontend servers are running simultaneously for the project to function correctly.
The dummy backend API serves as a simple endpoint for the React app to send and fetch data. It does not use an external database; instead, dummy data is saved to an "events.json" file inside the project folder.
Open your web browser and visit http://localhost:3000 to access the Newsletter React application.
Feel free to explore and contribute to this project. If you encounter any issues or have suggestions, please submit a pull request or open an issue.