git-dmitriy / next-events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events - training project from academind course

The application is a poster of events. You can filter events by date, leave comments and subscribe to the newsletter. Data is stored in mongo database. Contains static and dynamic routes.

Tech stack

  • Next.js
  • Monogo.db

Screenshot

Getting Started

First clone this repository

git clone https://github.com/git-dmitriy/next-events.git
cd next-events
npm install

Second add api key (MONGODB_URI) to access to mongodb

Third run the development server:

npm run dev

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

About


Languages

Language:JavaScript 78.1%Language:CSS 21.9%