Coder Social home page Coder Social logo

spots-for-rocks's Introduction

Spots for Rocks

A website for finding the perfect place to bring your Pet Rock.


This is a side project that I am creating to help me learn and understand how to build a full-stack web application.

Users will be able to register, login, create/edit/delete (that they own) Spots, add/edit/delete comments (that they own), and view Spots.

The stack that I will be using is the MEN (Mongo, Express, Node) stack. In addition, I will also be using ReSTful routes and api to build the application.

The website is hosted on AWS Elastic BeanStalk with a domain taken from Route 53.

Lastly, I am also using Bootstrap 4 and EJS to style the site.


Features That Can Be Implemented

  • ☑️ Implement https
  • ☑️ Comments
  • ☑️ Dynamic date on comments and Submissions
  • ☑️ Flash Errors
  • 🔲 Add Places to Visit
  • 🔲 Verifiable Accounts
  • 🔲 Likes/Dislikes (Ratings)
  • 🔲 Replies to comments
  • 🔲 User Profile and Settings
  • 🔲 Gallery for pictures
  • 🔲 Popup Login

Pages

  • ☑️ Landing
  • ☑️ Show Spots
  • ☑️ Create Spots
  • ☑️ Show info about a Spot
  • ☑️ Edit spot
  • ☑️ User registration
  • ☑️ Login

ReSTful Routes Cheatsheet for this project

Route Name URL HTTP Verb Description
Index /spots GET display all spots
New /spots/new GET show form to make new spot
Create /spots POST add new spot to db then redirect
Show /spots/:id GET show info about one spot
Edit /spots/:id/edit GET show edit form of one spot
Update /spots/:id PUT update a specific spot then redirect
Destroy /spots/:id DELETE delete a specific spot then redirect

spots-for-rocks's People

Contributors

r-ilagan avatar dependabot[bot] avatar imgbotapp avatar

Watchers

 avatar

spots-for-rocks's Issues

Implement flash messages

Have flash messages when registering, logging in and logging out, creating a new spot and creating a comment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.