Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.35 KB

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.