https://github.com/indrajeetpatil/collectify
Collect your favourite things in one place!
https://github.com/indrajeetpatil/collectify
ironhack javascript-applications react react-bootstrap reactjs
Last synced: 6 months ago
JSON representation
Collect your favourite things in one place!
- Host: GitHub
- URL: https://github.com/indrajeetpatil/collectify
- Owner: IndrajeetPatil
- License: gpl-3.0
- Created: 2023-02-27T15:23:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:37:39.000Z (9 months ago)
- Last Synced: 2024-10-11T18:21:48.586Z (9 months ago)
- Topics: ironhack, javascript-applications, react, react-bootstrap, reactjs
- Language: JavaScript
- Homepage: https://collectify-app.netlify.app/
- Size: 13.5 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collectify: Collect your favourite things in one place
[](https://app.netlify.com/sites/collectify-app/deploys)
## What is Collectify?
Collectify is a platform for individuals to create a personalized collection of their favourite things, including books, movies, photos, and more, in one place and without the fear of judgment.
## How to run Collectify?
### Prerequisites
- [Node.js](https://nodejs.org/en/) (v6.9.1 or higher)
- [MongoDB](https://www.mongodb.com/) (v3.2.10 or higher)### Installation
1. Clone the repository:
```bash
git clone
```2. Install dependencies:
```bash
npm install
```3. To update to the latest package versions:
```bash
npm update
```4. Run the application:
```bash
npm start
```5. Open the application in your browser:
```bash
http://localhost:3000
```## Acknowledgements
This project was bootstrapped with iron-launcher.