/canva-backend

Primary LanguageTypeScriptMIT LicenseMIT

Project Installation Guide

Backend Setup

  1. Clone the Repository

    • Clone the repository to your local machine.
  2. Navigate to Backend Directory

    • Change directory to the backend folder:
      cd backend
  3. Install Dependencies

    • Install the necessary dependencies using npm:
      npm install
  4. Environment Variables

    • For environment variables setup, please email abdultrivial@gmail.com.
  5. API Documentation

    • Access the Swagger API documentation at localhost:5001/api-docs.
  6. Build the Project

    • Build the backend project:
      npm run build
  7. Run the Backend Server

    • Start the backend server in development mode:
      npm run dev