Skip to content

PokerTeamUFABC/BrieflyPlanningPoker

 
 

Repository files navigation

Briefly Planning Poker

description about briefly planning poker web site.. demo..

Badge

coverage, tests, ci/cd, prs, issues, license

Documentation

documentation link, getting started link etc

Roadmap

checklist: features.. new features

⚙️Requirements

* Check current Node version at package.json

** The project uses PostgreSQL, PgAdmin is a usefull recommended tool to check database structure, status and tables.

🛠Development

  • To run all application (front-end, back-end and database): docker-compose up front

    This command will create a new postgreSQL database using .env variables to set up password, username and database name. Also runs all migrations and seeds scripts (./packages/store/db/migrations), and finally starts api and front-end.

  • To run only back-end: docker-compose up api

    This command will create a new postgreSQL database using .env variables to set up password, username and database name. Also runs all migrations and seeds scripts (./packages/store/db/migrations), and finally starts api.

  • To run only database: docker-compose up db

    This command will create a new postgreSQL database using .env variables to set up password, username and database name.


* Make sure all requeriments are installed

* All environment variables must be filled in .env at root folder

💻Tech Stack

🤝Contribute

Contribution guide can be access here!

Contributors

line
Aline Conquista
lulcca
Lucca Jacomassi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.1%
  • Vue 41.8%
  • JavaScript 12.4%
  • SCSS 1.2%
  • HTML 0.2%
  • Shell 0.1%
  • Other 0.2%