DanaMC18 / napstr

MEAN app to geolocate nap enthusiasts like yourself
https://napstr.herokuapp.com/
0 stars 0 forks source link

napstr

napstr is an app for the nap enthusiast. Users can search for fellow DTN users in their area to share in some naptime activities. Users can set nap preferences, time slots, and availability. It's not creepy. Its napstr.

User Stories

Current

Sprint

Backlog

Wire Frames

https://gomockingbird.com/projects/pqqwxfz

ERD

MongoDB: napstr
Collection: napstrs
Document: 
  [{name: String,
  username: String,
  email: String,
  password_digest: String,
  profilePic: String,
  aboutMe: String,
  availability: Boolean,
  rating: Integer (out of 3),
  location: {type: 'Point', coordinates: [lat (Integer), lng (Integer)]},
  napPreferences: [String, String],
  envPreferences: [String, String],
  reviews: [{user: String,
            content: String}],
  requests: [{name: String, 
            pending: Boolean, 
            confirmed: Boolean, 
            date: String}]
  ]

Technologies Used

Link to App

https://napstr.herokuapp.com/ Guests, please use the following login credentials: Username: Guest Password: pass123