Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 898 Bytes

Introduction

Please have them create a site with the following features:

  • Registration page
  • Log in page
  • Members only dashboard section required after logging in or registering
  • The members only page would contain: ** a list of posts submitted by other users ** ability to submit a post (can be as simple as a message) ** ability to edit the post, if the authenticated user is the owner Some rules for this:
  • Do not use a bundle like FOSUserBundle for handling user registration and authentication.
  • Be creative with the styling; please don't submit a plain (non-styled) site.

Installation

Clone main branch repo branch to install app.

Schema is located in _schema directory.

Contributing

Pull requests are welcome. Remember this is basic application for demo purposes.

License

ReadMe