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
Quiz Backend Built with NestJS offers webservices to Quiz-Frontend for education purpose, it still under development.
- [] Soon...