-
Clone or Fork the repo and install dependencies.
npm install
-
Install Docker if you don't have it already installed.
-
Create a docker volume:
sudo docker volume create postgres_data
-
Run docker container:
sudo docker run -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 -v postgres_data:/var/lib/postgresql/data postgres
-
run npm install
-
Open the root folder and in terminal migrate the DB:
npx prisma migrate dev
-
Run the project:
npm run dev
-
Notifications
You must be signed in to change notification settings - Fork 0
mohammadmuzaffarshaikh/invoice-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basic Invoice Project Back-end, based on Indian tax system.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published