Skip to content

Commit 48788e5

Browse files
committed
move .sql files under zip folder
1 parent 53a8648 commit 48788e5

File tree

4 files changed

+1
-1146
lines changed

4 files changed

+1
-1146
lines changed

Readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you found this project useful, then please consider giving it a ⭐️ on Git
3333
ex : `postgres://<YourUserName>:<YourPassword>@localhost:5432/<YourDatabase>`
3434

3535
3. you can find the DB and other details under `src/db`
36-
create a database with the name `node-typescript-rest-api` and then run/ import the `.sql` files
36+
create a database with the name `node-typescript-rest-api` and then run/ import the `.sql` files (extract the sql files from sql.zip).
3737
Or you can run `npm run seed`.
3838

3939
## Run the app locally

0 commit comments

Comments
 (0)