8000 GitHub - vijayst/next-connect: A Social Network built with Next.js, Express, Passport, Mongoose / MongoDB, and Material-UI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Social Network built with Next.js, Express, Passport, Mongoose / MongoDB, and Material-UI

Notifications You must be signed in to change notification settings

vijayst/next-connect

 
 

Repository files navigation

Getting Started

  1. Clone this repo with git clone git@github.com:reedbarger/next-connect.git
  2. Install dependencies (npm install or yarn install)
  3. Go to MLab and create a new (free) database
  4. Copy the Database URI to connect using the Mongo Driver
  5. Change your .env.default file to just .env and paste the copied uri as the value for MONGO_URI in .env
  6. Add any random string for the SESSION_SECRET entry in your .env file
  7. Run with npm run dev or yarn dev
  8. Server should be listening on localhost:3000

About

A Social Network built with Next.js, Express, Passport, Mongoose / MongoDB, and Material-UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0