Skip to content

ha-phm/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

A pathfinding website based on ai algorithms of IT3160 HUST.

Prerequisites

  • Node.js
  • MongoDB

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd my-mern-app
    
  2. Install backend dependencies:

    cd backend
    npm install
    
  3. Install frontend dependencies:

    cd frontend
    npm install
    

Configuration

  1. Create a .env file in the backend directory include: DATABASE_URL= PORT= NODE_ENV=development

Running the Application

  1. Start the backend server:

    cd backend
    npm run dev
    
  2. Start the frontend application:

    cd frontend
    npm start
    

Usage

  • The backend API is available at http://localhost:5000.
  • The frontend application is available at http://localhost:3000.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors