Skip to content

University Management System backend clone. Its powered by nodejs, postresql as database and prisma js as ORM.

Notifications You must be signed in to change notification settings

AbdullahOztuurkk/University-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Management System

This project has been developed based on the Sivas Cumhuriyet University management system.

Used Technologies

Server : NodeJS, Express, Prisma ORM

Database : Postgresql

Prisma ORM

Migrations implementation (Dev)

Before implement the migrations, you need to create a database that named same with given name to DB_URL=...<DB_NAME>. Then, you can run command on below

npx prisma migrate dev

User password which added manually to db

There is not a registry controller because of only admin can manipulate users. So, you might need a test user and we are friendly developers therefore we put a test password below of text for you.

"pwd" : "1234",
"pwdHash" : "$2a$10$cVooIe/7i/8mZ6LwfQR/3.cG.TUqUUaz5w6QEwvearyTvmkINfTqu",
"pwdSalt" : "$2a$10$cVooIe/7i/8mZ6LwfQR/3."

Installation

    # Install All Dependencies
    npm install
    
    # Run in Dev Mode
    npm run dev

About

University Management System backend clone. Its powered by nodejs, postresql as database and prisma js as ORM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published