Skip to content

Platform to view the current strikes in Portugal, developed for PIS (CTeSP TPSI)

Notifications You must be signed in to change notification settings

rodrigosantos003/greves-portugal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pis-project

To run this project please follow the instructions below

  1. Create a MySQL database on your root user, using the "create.sql" file, located on the database folder
  2. Create a "connection-options.json" file on the scripts folder with the following content:
{
  "host": "localhost",
  "user": "root",
  "password": <YOUR ROOT PASSWORD>,
  "database": <DATABASE NAME>,
  "port": 3306
}
  1. Run the commands:
  • npm install
  • npm run dev OR npm start

About

Platform to view the current strikes in Portugal, developed for PIS (CTeSP TPSI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published