Skip to content

A microservice responsible for storing mcqs and proving scores based of submissions.

Notifications You must be signed in to change notification settings

coding-blocks/trouble-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80b0143 · Oct 17, 2024

History

94 Commits
Sep 14, 2020
Jul 14, 2018
Sep 13, 2020
Sep 14, 2020
Jul 15, 2020
Jun 11, 2020
Sep 29, 2023
Oct 17, 2024
Jul 14, 2018
Sep 13, 2020
Oct 17, 2024
Sep 15, 2020
Jul 13, 2018
May 15, 2019
Jun 16, 2024
Sep 30, 2023
Sep 30, 2023

Repository files navigation

trouble-maker

This README outlines the details of collaborating on this Ember application. This is the backend application to trouble-maker-frontend

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd trouble-maker
  • yarn install

Setup For Development Environment

  • yarn run sq db:create To create a postgres user with the name 'troublemaker' and a database with the same name, as mentioned in config/config.js.
  • run node index.js ( for sync db ) and open new tab to run bellow command
  • yarn run sq db:seed:all to run all the seed files. You now have a dummy user in your database

Further Reading / Useful Links

  • To setup a user role and a database in postgres, refer to this article
  • To populate your database and run seed files, refer to this article

About

A microservice responsible for storing mcqs and proving scores based of submissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published