ThomasCode92 / RR-Events

Do you want to find some Events in your neighbourhood? Find them here on RR-Events. React (& NodeJS) app to practice with the React Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RR-Events

Do you want to find some Events in your neighbourhood? Find them here on RR-Events.

About this Repository
This project is part of the React - The Complete Guide course from Academind.
'RR-Events' is a ReactJS SPA with a NodeJS Backend and it covers 2 main topics:

How to Run the Application

This project actually contains two projects:

  • A ReactJS application (i.e., the frontend SPA)
  • A dummy backend API to which the React app can "talk" (to send + fetch data)

You must run "yarn install" in both project folders.

Thereafter, you can start the dummy backend API server via "yarn start" (inside the "backend" folder).
The React app dev server is then also started via "yarn start" (though inside the "frontend" folder).

You MUST have both servers (backend + frontend) up and running for the projects to work.
The dummy backend API does not use any external database - instead the dummy data is saved to an "events.json" file inside the project folder.

About

Do you want to find some Events in your neighbourhood? Find them here on RR-Events. React (& NodeJS) app to practice with the React Router


Languages

Language:JavaScript 83.1%Language:CSS 12.2%Language:HTML 4.7%