anujsinghwd / unl-be

Home Page:https://unl-be.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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
    

About

https://unl-be.vercel.app


Languages

Language:TypeScript 96.5%Language:JavaScript 3.5%