Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aejae/train-journeys-map
- Owner: AeJae
- Created: 2024-09-06T01:14:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:03:05.000Z (about 2 months ago)
- Last Synced: 2024-09-11T02:52:59.136Z (about 2 months ago)
- Topics: mysql, nextjs, react, react-leaflet, tailwind
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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.