Code Monkey home page Code Monkey logo

node-apps-express-svr's Introduction

Einrichtung des Servers

Dieser Server kann Daten im JSON formart speichern und ausgeben. Über die URL "https://localhost:5600/api/todo" können über einen GET-Request daten abgerufen und über einen POST-Request gespeichert werden. Die Daten sind in dem Verzeichnis /data in der data todo.json gespeichert.

Verwende das Projekt "Vue.js Einstieg (save data)" als Frontend.

  1. Im Terminal "node -v" eingeben
  2. Wenn eine Fehler ausgegeben wird, ist node.js nicht installiert
    1. Dann solltest du unter folgendem Link node.js downloaded und installieren https://nodejs.org/en/
    2. Im Terminal "node -v" eingeben um zu prüfen ob die Installation erfolgreich war
  3. Öffne das Verzeichnis des Servers im Terminal
  4. Führe den Befehl "npm install" aus
  5. Führe den Befehl "npm run start" aus
  6. Nun sollte eine URL ausgegeben werden, unter dem die daten abrufbar sind

node-apps-express-svr's People

Contributors

gitsofian avatar

Watchers

 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.