Skip to content

A guestbook like app that has mongoDB and django(mongoengine + pymongo) for backend with some polymer front end and most importantly, creating a REST API with django's rest framework

Notifications You must be signed in to change notification settings

nandarionndr1/mongologin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongologin

A guestbook like app that has MongoDB and django(mongoengine + pymongo) for backend with some polymer front end and most importantly, creating a REST API with django's rest framework

Mongologin API Documentation

  • starts at homes/usrs/

returns the following fields into json format

name = StringField(max_length=50)
email = StringField(max_length=50)
usrnm = StringField(max_length=50)
pss = StringField(max_length=50)
githuburl = StringField(max_length=50)
bio = StringField(max_length=50)

sample url: GET "https://localhost:8000/homes/usrs/{username}"

commands

POST DATA to create usrs GET DATA to retrieve all usrs

  • GET SPECIFIC to retrieve specific user PUT, PATCH , DELETE ETC.

About

A guestbook like app that has mongoDB and django(mongoengine + pymongo) for backend with some polymer front end and most importantly, creating a REST API with django's rest framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published