Skip to content

serkanisyapan/nextjs-geo-journal

Repository files navigation

Full Stack Geo Journal with Next.js 13

Tech Stack

Backend

Shared

Frontend

Dev Tools

Utilities

Running locally

Install dependencies

npm install

Copy .env.sample to .env.local

Add your own Map Box Token (You can get from https://www.mapbox.com/)

Get MongoDB running, either locally or can create a Project and Cluster using any online provider.

Update DB_URL and DB_NAME accordingly. (DB_NAME could stay with the default value)

Finally run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published