Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

screemix/digital_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital library project

The goal

  • Provide access to electronic materials (books, videos, papers, presentations, etc.) on each course

Technical constraints

  • Have to be the WEB app
  • There should be roles for: Administrator, User
  • Authorised access only

Authentication

Postgres:

docker run --name=postgres_swp -d -v $(pwd)/postgres_data:/var/lib/postgresql/data -p 5433:5432 -e POSTGRES_HOST_AUTH_METHOD=trust postgres
docker exec -it postgres_swp bash
psql -U postgres
CREATE DATABASE db;

host: localhost
port: 5433
login: postgres
database name: db

Admin panel:

Username: admin
Token: 02c7928250a336bae475482b93b0a1ca05fe625e
Email address: [email protected]
Password: 12345678

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published