catlog.mov
Node, Express, MongoDB, EJS, Javascript, HTML, TailwindCSS, daisyUI & CSS - Ensure every rescued cat a smooth transition to their furever home.
Link to app
- A full stack app that allows anyone to browse rescued cats that need a home (ordered by urgency)
- More importantly, it allows volunteers to add, edit and delete cat profiles
- Paw parents are also encouraged to log their cats' health updates, daily routines, and photos so we can all take better care of these purrfect babies!
npm install
- Create a
.env
file in config folder and add the following askey = value
- PORT = 8000 (can be any port example: 3000)
- DB_STRING =
your database URI
- CLOUD_NAME =
your cloudinary cloud name
- API_KEY =
your cloudinary api key
- API_SECRET =
your cloudinary api secret
npm start