Skip to content

anujsinghwd/unl-be

Repository files navigation

UNL-BE Server Project

Technologies Used

  • Express.js: A fast, unopinionated, and minimalist web framework for Node.js.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • JavaScript: Standard scripting language used for web development.

Setup

  1. Clone this repository to your local machine:

    git clone [email protected]:anujsinghwd/unl-be.git
    cd unl-be
  2. Install dependencies:

    npm install
  3. Create a .env file in the project root directory and add the following content:

    PORT=3000
  4. To start the development server:

    npm run dev
  5. To test:

    npm run test
  6. To build the project:

    npm run build
    

Releases

No releases published

Packages

No packages published