Krypton is a modern solution to university registration systems with cloud-based document-oriented NoSQL database that scales automatically.
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
.
- to initialize the server go to the
server/
directory and runnpm run compile
- to initialize the client go to the
client/
directory and runnpm start
- credits to @megxtm for modeling project entities and adding the latest features and improvements.