Skip to content

This is React + Node Project for CRUD operation on various events happening in a city.

Notifications You must be signed in to change notification settings

MahakArora/Event-Station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Events Stations

Welcome to the Event Stations Project! We can

  • add new events
  • delete events
  • edit events
  • Send newsletters

Deployment

Deployment of the project is here

Project Structure

This project is divided into two main folders:

backend-api:

To start the backend server, run npm install followed by npm start inside this folder.

react-frontend:

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.

Dummy Backend API

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 in Browser:

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.

About

This is React + Node Project for CRUD operation on various events happening in a city.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published