Skip to content
Phoenix Networks – Softwareentwicklung · Webhosting · Beratung

Phoenix Networks - Softwareentwicklung · Webhosting · Beratung

Aus der Praxis – Für die Praxis

  • Startseite
  • Kontakt
  • Impressum
  • Datenschutzerklärung
  • Deutsch
  • English

Month: January 2020

test script javascript

6. January 20205. January 2020 by admin
  • a test script for javascript
const mongoose = require("mongoose"); //Define a schema
const Schema = mongoose.Schema;
const MovieSchema = new Schema({
  name: {
    type: String,
    trim: true,
    required: true
  },
  released_on: {
    type: Date,
    trim: true,
    required: true
  }
});
module.exports = mongoose.model("Movie", MovieSchema);
Categories Nicht kategorisiert Leave a comment

Categories

  • Nicht kategorisiert

Recent Posts

  • test script javascript

Archives

  • January 2020

Recent Comments

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    © 2021 Phoenix Networks - Softwareentwicklung · Webhosting · Beratung • Powered by GeneratePress

    This website uses cookies to provide you with the best browsing experience.

    Find out more or adjust your settings.

    Phoenix Networks - Softwareentwicklung · Webhosting · Beratung
    Powered by  GDPR Cookie Compliance
    Privacy Overview

    This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

    Strictly Necessary Cookies

    Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

    If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.