Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
amenline committed Jul 8, 2024
1 parent 4fad250 commit c26a1cf
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# node-api-starter
# node-api-starter

Find yourself repeating the same code over and over again? <br>
Hopefully this will help you out.

## Stack

[<img height="50" alt="typescript" src="https://skillicons.dev/icons?i=typescript">](https://www.typescriptlang.org/)
[<img height="50" alt="nodejs" src="https://skillicons.dev/icons?i=nodejs">](https://nodejs.org)
[<img height="50" alt="express" src="https://skillicons.dev/icons?i=express">](https://expressjs.com/)
[<img height="50" alt="prisma" src="https://skillicons.dev/icons?i=prisma">](https://www.prisma.io/)
[<img height="50" alt="postgresql" src="https://skillicons.dev/icons?i=postgres">](https://www.postgresql.org/)

## Getting Started

1. Clone the repo <br>
`git clone git@github.com:amenline/node-api-starter.git`
1. Install dependencies <br>
`npm install`
1. Make a copy of the `.env.example` file <br>
`cp .env.example .env`
1. Replace the existing remote URL with yours<br>
`git remote set-url origin <your-new-repo-url>`

0 comments on commit c26a1cf

Please sign in to comment.