Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aejae/train-journeys-map

A world map displaying your train journeys. Built with Next.js, React, Tailwind, MySQL, and Leaflet.
https://github.com/aejae/train-journeys-map

mysql nextjs react react-leaflet tailwind

Last synced: about 12 hours ago
JSON representation

A world map displaying your train journeys. Built with Next.js, React, Tailwind, MySQL, and Leaflet.

Awesome Lists containing this project

README

        

This is a project built with [Next.js](https://nextjs.org/) and [React](https://react.dev/) with [Tailwind CSS](https://tailwindcss.com/), using a [MySQL](https://www.mysql.com/) database and [React-Leaflet](https://react-leaflet.js.org/).

## View Project

Start by running the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the site.