https://github.com/codelikeagirl29/paws-claws-express
An express app for all dog lovers and supporters.
https://github.com/codelikeagirl29/paws-claws-express
cyclic ejs ejs-templates eslint express expressjs javascript node nodejs routes
Last synced: 2 months ago
JSON representation
An express app for all dog lovers and supporters.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/paws-claws-express
- Owner: CodeLikeAGirl29
- Created: 2022-04-15T20:12:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T03:32:05.000Z (about 2 years ago)
- Last Synced: 2025-02-01T02:42:01.501Z (over 1 year ago)
- Topics: cyclic, ejs, ejs-templates, eslint, express, expressjs, javascript, node, nodejs, routes
- Language: HTML
- Homepage: https://paws-claws-express.cyclic.app/
- Size: 15.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paws & Claws
[](https://www.codefactor.io/repository/github/codelikeagirl29/paws-claws-express)
A (fictional) non-profit organization of dog-loving professionals who are determined to make our world better for our canine friends.
🦴🦴🦴
> Live link [here](https://wild-ruby-bison-sari.cyclic.app/)
🦴🦴🦴
## Description
Built to demonstrate and practice building websites with node, express and using
the ejs(embedded javascript template) views and partials.
---
Built with:




---
## Getting Started
### Dev-dependencies
- [eslint](https://www.npmjs.com/package/eslint)
- [eslint-config-airbnb-base](https://www.npmjs.com/package/eslint-config-airbnb-base)
- [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)
- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)
- [eslint-plugin-prettier](https://www.npmjs.com/package/eslint-plugin-prettier)
- [nodemon](https://www.npmjs.com/package/nodemon)
- [prettier](https://www.npmjs.com/package/prettier)
### Dependencies
- [body-parser](https://www.npmjs.com/package/body-parser)
- [cookie-session](https://www.npmjs.com/package/cookie-session)
- [ejs](https://www.npmjs.com/package/ejs)
- [express](https://www.npmjs.com/package/express)
- [express-validator](https://www.npmjs.com/package/express-validator)
- [http-errors](https://www.npmjs.com/package/http-errors)
### Installing
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 0.10 or higher is required.
If this is a brand new project, make sure to create a `package.json` first with
the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).
Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
```console
$ npm install express
```
Follow [our installing guide](http://expressjs.com/en/starter/installing.html)
for more information.
## Author
My contact info.
> [lindseyk.dev](https://lindseyk.dev)
## Acknowledgments
Inspiration, code snippets, etc.
- [Daniel Khan's Course](https://github.com/danielkhan/building-website-nodejs-express)
- [css-tricks](https://css-tricks.com/2)
- [Dogtime](https://dogtime.com/dog-breeds)
---