Skip to content

AyubTouba/quiz-backend

Repository files navigation

Quiz-Backend (under development)

Installation

After you clone the repository

  • Import database.sql to your postgres DB
  • Edit the database config in ormconfig.json:
// ./ormconfig.json
{
    "type": "postgres",
    "host": "localhost",
    "port": 5432,
    "username": "postgres",
    "password": "",
    "database": "quizApp",
    "entities": ["dist/**/*.entity.js"],
    "synchronize": true
  }
  • Project setup
npm install
  • Compiles
npm run start
  • to check swagger
swagger : localhost:3000/api
  • Url of the app
url : localhost:3000/api/v1

About Quiz-Backend

Quiz Backend Built with NestJS offers webservices to Quiz-Frontend for education purpose, it still under development.

To Do

  • [] Soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published