Skip to content

This repository contains the codebase for the backend of Turahan built with Hapi.js.

Notifications You must be signed in to change notification settings

Turahan-CB23-PS003/backend

Repository files navigation

Turahan Backend

Welcome to the Turahan backend repository! This repository contains the codebase for the backend of Turahan built with Hapi.js. Follow the instructions below to set up the project and start development.

Status

Cloud Run

Deployments

Getting Started

  1. Clone the Repository:

    git clone https://github.com/Turahan-CB23-PS003/backend.git
    cd hapijs-backend
  2. Install Dependencies:

    npm install
  3. Create .env file: Create a new file named .env in the root of the project. This file should contain configurations for your database connection. Here's an example:

    DB_CONNECTION_STRING=your_database_connection_string

Running the Application

  • Development Mode: To run the application in development mode, use the following command:
    npm run start-dev
    This will start the server using nodemon, allowing for automatic restarts when code changes are detected.

About

This repository contains the codebase for the backend of Turahan built with Hapi.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published