Giter Club home page Giter Club logo

monsters's Introduction

Monster Registration

In the spirit of Halloween let's create an application that helps us catalog a list of monsters. Every monster will have some of the same basic attributes such as id, name, type, photoUrl. Monsters can then have any number of other attributes such as attacks, weapons, job, description, backstory ect...

All of the information that you collect on your monsters will be stored on the server sor you are going to need to use node for this. There are a few things that you will want to start off with.

First things create a new directory and cd into it to node project by typing in npm init This command will setup your package.json file.

To keep things relatively simple for today lets just save everything into arrays.

You will need to create a MonsterModel and Routes to handle the passing of data. It is essential that we can create, read, update, and delete information about each monster (CRUD)

Think about how you want to select a monster and edit its information. Make sure you don't just create new monsters everytime you go to edit one.

Pro Tip To hit your server from codefoo you will need to enable cors

monsters's People

Contributors

mesinnott avatar

Watchers

James Cloos avatar

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.