Git Product home page Git Product logo

labman_backend's Introduction

LabMan

Getting Started

Dependencies

  • node ver ^16
  • express ver ^4.18.2
  • express-async-error ver ^3.1.1
  • dotenv ver ^16.0.3

Dev Dependencies

  • nodemon ver ^2.0.20
  • eslint ver ^8.35.0

Installing

  • Install all needed Dependencies
npm ci

Executing program

  • Run the Project
npm run start
  • DEV modal
npm run dev
  • Stop running
^c
control + c

.env Variables

Create a file named .env under project root and paste the following in it

PORT = 3008

Error Handling

Status Code:

  • 400(Bad Request): The request could not be understood or was missing required parameters
  • 401(Unauthorized): Authentication failed or user does not have permissions for the requested operation
  • 403(Forbidden): Access denied
  • 404(Not Found): Resource was not found
  • 405(Method Not Allowed): Requested method is not supported for the specified resource
  • 409(Conflict): Request could not be completed due to a conflict with the current state of the resource
  • 500(Internal Server Error): An error occurred on the server side while processing the request.

Version History

  • 1.0 Initial functions

License

This project is licensed under the ISC License - see the LICENSE.md file for details

Author

  • Chang Liu
  • Wanxia Yang
  • Shuxiao Peng
  • Kaini Chang (completed)

labman_backend's People

Contributors

kainichang avatar deepsource-io[bot] 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.