dibasdauliya / nextJS-with-mongoDB

Project for MongoDB Atlas Hackathon on DEV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + MongoDB + Tailwind CSS

Steps to Run the Website

  • Run yarn or npm install to install all the dependencies
  • Copy .env.local.example into .env.local and fill the credentials
  • Setup MongoDB database
    • For the MongoDB Atlas Search, you should create search index in the collection of the database
  • Run yarn dev or npm run dev to open the website on the browser
  • Run localhost:3000/api/seed to load the sample data in the database

#AronSwartz❤️

About

Project for MongoDB Atlas Hackathon on DEV

License:Apache License 2.0


Languages

Language:JavaScript 99.6%Language:CSS 0.4%