next-express-data-class

1.0.0 • Public • Published

Next Level Backend

Quick Start Guide

Preparing The Envrionment

mkdir HelloWorld
cd ./HelloWorld
npm install next-leve-backend

Next open the the HelloWolrd folder using Visual Studio Code or the code editor you use.

Get up and Running

  1. Create a file called main.js

    Since next level backend is integrated using express js. We will use the same base as the express.

    // import the express libary and init  the app instance 
    const express = require("express");
    const app  = express();

    Then let's define the port and write the code to start the server

    app.listen(() => {
    console.log("App is live.It's running on port 8000")
    },8000)

    `

Readme

Keywords

none

Package Sidebar

Install

npm i next-express-data-class

Weekly Downloads

10

Version

1.0.0

License

ISC

Unpacked Size

68.8 kB

Total Files

40

Last publish

Collaborators

  • lol44lol