Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diazabdulm/rumbbble
Dribbble Clone built with MongoDB, ExpressJS, React, and Node Technologies. See demo at https://rb.gy/psll7v
https://github.com/diazabdulm/rumbbble
Last synced: 9 days ago
JSON representation
Dribbble Clone built with MongoDB, ExpressJS, React, and Node Technologies. See demo at https://rb.gy/psll7v
- Host: GitHub
- URL: https://github.com/diazabdulm/rumbbble
- Owner: diazabdulm
- Created: 2020-05-07T17:23:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T01:22:12.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T13:27:58.657Z (3 months ago)
- Language: JavaScript
- Homepage: https://rb.gy/psll7v
- Size: 1.42 MB
- Stars: 125
- Watchers: 9
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rumbbble
Rumbbble, inspired by the Dribbble design community, serves as a portal for developers to showcase their work, receive feedback, and find inspiration. Feel free to explore it at [link coming soon].
## Setup
```bash
# Install the project dependencies
npm run install# Run the project locally
npm run dev# Set up your environment variables.
# Remember to add your own values for the variables listed
cd backend && cp .env.sample .env
```## Built With
- React: front-end framework
- Redux: global state management
- MongoDB: database
- Express: server