book-tracker
"Tracks the amount of books that you've read, the ones you want to read and the progress on the ones you're reading."
File Explorer
Download Latest Version (.zip)- CONTRIBUTORS_20200203122703.md
- CONTRIBUTORS_20200203124804.md
- books.controller.js
- user.controller.js
- Book.model.js
- User.model.js
- book-route.js
- user-route.js
- .env.template
- .gitignore
- package-lock.json
- package.json
- server.js
- debug.log
- index.html
- readingList.html
- script.js
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- mstile-150x150.png
- original_icon_image.svg
- safari-pinned-tab.svg
- site.webmanifest
- android-chrome-192x192.png
- android-chrome-384x384.png
- favicon.ico
- index.html
- manifest.json
- background.jpg
- AddPage.css
- AddPage.jsx
- GridLayout.css
- GridLayout.js
- LoginPage.css
- LoginPage.js
- ReadingList.css
- ReadingList.js
- SidebarTotals.css
- SidebarTotals.js
- AlteredTextField.js
- SignUpFormFields.js
- SignUpPage.css
- SignUpPage.jsx
- TopNavbar.css
- TopNavbar.js
- WishList.css
- WishList.js
- App.css
- App.js
- HomePage.js
- WishListPage.js
- auth.service.js
- default-books.service.js.js
- signUp.service.js
- actionTypes.js
- books.js
- wishList.js
- books.js
- wishList.js
- index.css
- index.js
- registerServiceWorker.js
- book-tracker-icon.png
- book.jpeg
- index.html
- login.css
- login.html
- main.css
- newsletter.html
- register.html
- script.js
- script2.js
- .editorconfig
- .gitignore
- .travis.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CONTRIBUTORS.md
- debug.log
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/zero-to-mastery/book-tracker
Downloads the entire project code from GitHub to your computer.
cd book-tracker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
