Skip to content

dafariski77/hear4u-server

 
 

Repository files navigation

Hear4U API

This repository contains the server-side code and database setup for the Hear4U Android application and web.

Techstack

Some several technologies or libraries that we used:

  1. Hapi.js
  2. Prisma ORM
  3. JWT
  4. Cloud Storage
  5. Cloud SQL
  6. Cloud Build
  7. Cloud Run

Get Started

Clone repository with command:

git clone https://github.com/HEAR4U-bangkit/cc-hear4u-server.git

Install dependencies:

npm install

Copy .env.example to .env with command:

cp .env.example .env

Generate prisma client:

prisma generate

Run prisma migration and seeder with command:

npx prisma migrate deploy && npm run db:seed

Start the server with command:

npm start

Infrastucture

API Documentation

Can be accessed at Postman or you can download at here

About

API for HEAR4U Bangkit Capstone Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Dockerfile 0.7%