/nudge-backend

Nudge is an image sharing social networking service that allows users to upload media and share it with their peers.

Primary LanguageJavaScript

nudge-backend

  • Backend repo for nudge web app.

Development

  • Install Dependencies.
npm install
  • Run Development Server.
npm run server
  • Create default.json file in config folder with the following data:
{
	"mongoURI": "YOUR_LOCAL_MONGO_SERVER_URI",
	"jwtSecret": "YOUR_SECRET"
}

Technologies Used

Back End
Front End
State Management