https://github.com/lebinary/socialdev
https://github.com/lebinary/socialdev
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebinary/socialdev
- Owner: lebinary
- Created: 2020-08-24T05:16:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T13:32:48.000Z (over 4 years ago)
- Last Synced: 2025-01-05T13:11:20.365Z (over 1 year ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
SocialDev
Social Media Application for Developers using MERN stack
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
An mini social media application where users can play interact with other developers
### Built With
Frameworks/libraries used to bootstrap this project.
- [React.js](https://reactjs.org/)
- [express.js](https://expressjs.com/)
- [Node.js](https://nodejs.org/en/)
- [MongoDB](https://www.mongodb.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Scripts
1. Clone the repo
```sh
git clone https://github.com/lebinh190998/SocialDev.git
```
2. Install NPM packages
```sh
npm install
```
3. Run locally
```sh
npm run dev
```
4. Build production version
```sh
npm run heroku-postbuild
```
## Usage
Create an account:
Signin:
Set up profile:
Dashboard:
Developers:
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Contact
Le Binh - [@lebinh1909](https://www.linkedin.com/in/binhle19/) - lebinh190998@gmail.com
Project Link: [https://github.com/lebinh190998/SocialDev](https://github.com/lebinh190998/SocialDev)
Production: [https://secure-badlands-38958.herokuapp.com/](https://secure-badlands-38958.herokuapp.com/)