Skip to content

MIKE432/StudCom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudCom

Small application to make information exchange (e.g exams photos) between students easier, I think...

Instalation

packages

yarn install in /frontend and /backend folders

database

create new database studcom

sudo -u your user name createdb studcom

fill created database with tables

need to go to /backend/sql folder and then paste this command: psql -d studcom -c '\i create_database.sql'

delete database

sudo -u your user name dropdb studcom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published