/PlacesApp

I created this simple places app where you can add the places you wanna visit the main aim was to practice the handling of http requests in React which I learned through this project

Primary LanguageJavaScript

Project Name

Welcome to the PlacesApp repository! I created this project so that you can add all the places you wanna go the main aim was not that the main aim was to learn how to handle http request in React which I learned through this small side project.

Getting Started

Follow these steps to set up and run the project on your local machine.

Prerequisites

  • Node.js installed on your machine. You can download it here.

Installation

  1. Clone the repository:

    git clone https://github.com/sid13-d/PlacesApp.git
  2. Navigate to the project directory:

    cd PlacesApp
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Navigate to the backend folder: open new terminal and run

    cd backend
  6. Start the backend server:

    • Using nodemon:
      nodemon app.js
    • Using node:
      node app.js

Usage

Once you have completed the installation steps, you can access the application at http://localhost:3000 in your web browser.

The backend includes a dummy API, and all data is stored in the data folder.

Feel free to explore and modify the code to suit your needs!

Thank you for checking out the project! If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request.