Skip to content

mstamos/meteor-lesson-exercise-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-lesson-exercise-2

This is the second exercise from Meteor's Lessons.

The goals of this exercise is to dive into Meteor's basics such as:
  • Template HTML and Helpers
  • Intro to MongoDB
  • Publication/Subscription
  • Add/Remove a package
which have been covered in the First and the Second Meteor Lesson.

Requirements:

  • User should be able to create an account
  • In order to create an account he must insert
    • username
    • email
    • password
  • User could type a message into an input text box (html tag) and publish it by pressing a submit button
  • Anyone could write a message
    • If user is logged in, then his username should be appeared next to his name, otherwise “Anonymous”.
  • Autocomplete package have to be removed and publish/subscribe to be used instead

About

This is the second exercise from Meteor's Lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published