Skip to content

ratikkoka/maker-summit

Repository files navigation

Maker Summit 2022

Website for the 7th Annual Maker Summit built using Next.js and MongoDB.

A Live Version can be found here.

Configuration

Step 1. Get the connection string of your MongoDB server

In the case of MongoDB Atlas, it should be a string like this:

mongodb+srv://<username>:<password>@my-project-abc123.mongodb.net/test?retryWrites=true&w=majority

For more details, follow this MongoDB Guide on how to connect to MongoDB.

Step 2. Set up environment variables

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

  • MONGODB_URI should be the MongoDB connection string you got from step 1.

Step 3. Run Next.js in development mode

npm install
npm run dev
# or
yarn install
yarn dev

Your app should be up and running on http://localhost:3000!

About

Website for the 7th Annual Maker Summit

Topics

Resources

License

Stars

Watchers

Forks

Contributors