Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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