Giter Site home page Giter Site logo

fishing-site's People

Contributors

haoteng10 avatar

Watchers

 avatar  avatar

fishing-site's Issues

The addition of Seeds.js

  • Removal of the data of all fishing-site at startup of node app.js
  • Addition of the data of default fishing-site

Authorization

  • Specific permissions for the user
  • Verify the user's permission if they can add, remove, view, update, and destroy the data. (CRUD)
    -- If not, block them from doing so.
    -- If so, allow them from doing so.

Authentication

  • Create authentication system which the user can log in and log out.

Clean the mess (Refactor)

  • Make the code more "DRY"
  • Add and use a custom CSS stylesheet instead of embedding it in HTML.
  • Refactor app.js

Comments

  • Allow users to add comments to the detailed page of the fishing site.

The data was not saved correctly

When I checked the data in the collection, it seems like only the value for location has been saved.

{ "_id" : ObjectId("5a43fd7d364ac713463f7749"), "location" : "NYC", "__v" : 0 }
{ "_id" : ObjectId("5a43fdec118f93136e8db6a4"), "location" : "NYC", "__v" : 0 }
{ "_id" : ObjectId("5a43fe5ddb374d1388ea1b0f"), "location" : "NYC", "__v" : 0 }
{ "_id" : ObjectId("5a43feba2f83a1139e7113a9"), "location" : "NYC", "__v" : 0 }

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.