Skip to content

user mangement system using NodeJs, prisma, PostgreSql

Notifications You must be signed in to change notification settings

amabirbd/user-mangement

Repository files navigation

User Management App

Usage

make sure you have installed and running Postgres in your system.

Rename the .envexample to .env

Add your PostgresSQL DATABSE_URL in th .env file.

run ,

npx prisma generate

and

npx prisma migrate dev

Install dependencies

Backend deps

at root folder

npm install

Run App

At root folder run -

npm run dev

App should be running at port http://localhost:5000/

Api testing

api is provided in the root folder in file Test.postman_collection.json

About

user mangement system using NodeJs, prisma, PostgreSql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published