A pathfinding website based on ai algorithms of IT3160 HUST.
- Node.js
- MongoDB
-
Clone the repository:
git clone <repository-url> cd my-mern-app -
Install backend dependencies:
cd backend npm install -
Install frontend dependencies:
cd frontend npm install
- Create a
.envfile in thebackenddirectory include: DATABASE_URL= PORT= NODE_ENV=development
-
Start the backend server:
cd backend npm run dev -
Start the frontend application:
cd frontend npm start
- The backend API is available at
http://localhost:5000. - The frontend application is available at
http://localhost:3000.
Feel free to submit issues or pull requests for improvements or bug fixes.