Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petertimwalker authored Aug 24, 2024
1 parent 34e2dcb commit c132e53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ I use certbot to create the https certifications

I run this process in the background of my EC2 server using
`sudo pm2 start server.js`

# Local dev
1. Get an API key for the Google Books API [here](https://console.cloud.google.com/apis/library/books.googleapis.com?project=booksearch-281216)
2. Set it in .env export API_KEY=
3. npm install
4. NODE_ENV=development npm start
5. Now this server is running on port 3001 http://localhost:3001
6. Set up local dev for the bookapp here

0 comments on commit c132e53

Please sign in to comment.