- 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.
-
Clone this repository to your local machine:
git clone [email protected]:anujsinghwd/unl-be.git cd unl-be
-
Install dependencies:
npm install
-
Create a
.env
file in the project root directory and add the following content:PORT=3000
-
To start the development server:
npm run dev
-
To test:
npm run test
-
To build the project:
npm run build