arvin-ramezani / simple-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

To get started with the development of this project, follow the steps below:

  1. Clone the repository: git clone https://github.com/...

  2. Install dependencies: npm install

  3. Install dependencies:

  • Create a new .env file based on the .env-example file.
  • Update the values of the environment variables in the .env file.
  • Make sure to replace the example values with your actual values.
  1. Start the development server: npm run start:dev

Building for Production

To build and run the application in a production environment, follow these steps:

  1. Build the application:
    • npm run build
    • npm run start:prod

About


Languages

Language:TypeScript 80.5%Language:JavaScript 19.5%