/lets_share

Primary LanguageJavaScript

lets_share

A Node.js web application project adapted from the Udemy course - The Web Developer Bootcamp by Colt Steele

-- An online flea market

Live Demo

https://sheltered-coast-57791.herokuapp.com/

Features

  • Authentication:

    • User can sign up with a username and password

    • User can log in after they sign up

  • Authorization:

    • If a viewer is not logged in, he can not modify or create new item.

    • A viewer can only edit or delete the item he or she posted.

  • Basic functionalities of show page

    • A user can create items after logged in.

    • Later a user can edit or delete items he or she created.

  • Flash message

    • Flash message when user log in, log out or sign up.

Improvements

  • Improve the UI of landing page