Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.04 KB

Krypton

krypton image

Krypton is a modern solution to university registration systems with cloud-based document-oriented NoSQL database that scales automatically.

Infrastructure

infrastructure image

Usage

clone the repository into your machine and cd server/ and run npm ci then change directory into client
cd client/ and run npm ci, now you just need to add a .env file into the server folder which holds the
firebase configuration keys.

  1. to initialize the server go to the server/ directory and run npm run compile
  2. to initialize the client go to the client/ directory and run npm start

Credits / Contributors

  1. credits to @megxtm for modeling project entities and adding the latest features and improvements.