Skip to content

Commit

Permalink
Merge pull request #128 from Wong-Jia-Jun/Assignment2
Browse files Browse the repository at this point in the history
update internal readme
  • Loading branch information
Wong-Jia-Jun authored Nov 16, 2023
2 parents 0fdffb7 + d9386f0 commit e4409b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/user-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

5. Run `npx prisma generate`

6. Run `npx prisma db push --schema='{PATH TO schema.prisma file}'`. This will only need to be done once to update your local `schema.prisma` to supabase
6. Run `npx prisma db push --schema='{PATH TO schema.prisma file}'`. This will only need to be done once to update your local `schema.prisma` to supabase e.g. `npx prisma db push --schema='prisma\schema.prisma'`

7. Run `npm start` to start the service.

Expand Down
5 changes: 4 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

If you are using VSCode, download the tailwind css extension for code suggestions!

First, run the development server:
First, run `npm install`


Then, run the development server:

```bash
npm run dev
Expand Down
4 changes: 3 additions & 1 deletion gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

1. Use command `npm install -g express-gateway` to install express gateway on your system.

2. Enter the gateway directory and run `npm start` to start the api gateway server.
2. Run `npm install`

3. Enter the gateway directory and run `npm start` to start the api gateway server.

0 comments on commit e4409b6

Please sign in to comment.