Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saurabhrkp/m-bias
Full website with Admin Panel. Post page have functions as like, save and comment. Panel for Admin to create, edit and delete posts and users. Transforming Photos while uploading etc.
https://github.com/saurabhrkp/m-bias
amazon-s3 amazon-web-services async dotenv ejs expressjs mongodb mongoose mongoose-plugin multer multer-s3 passport passport-local sharp
Last synced: 25 days ago
JSON representation
Full website with Admin Panel. Post page have functions as like, save and comment. Panel for Admin to create, edit and delete posts and users. Transforming Photos while uploading etc.
- Host: GitHub
- URL: https://github.com/saurabhrkp/m-bias
- Owner: Saurabhrkp
- License: mit
- Created: 2020-02-05T20:00:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:20:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:05:28.359Z (25 days ago)
- Topics: amazon-s3, amazon-web-services, async, dotenv, ejs, expressjs, mongodb, mongoose, mongoose-plugin, multer, multer-s3, passport, passport-local, sharp
- Language: HTML
- Homepage: https://mbias.herokuapp.com
- Size: 20.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mech-Bias
---
Duration: Feb 2020 - Jun 2020
Full website with Admin Panel. Transforming Photos while uploading to AWS S3 Bucket. Maintaining User sessions and Verifying user email address by sending verification link. Resetting user password. Post page have functions as like, save and comment. Panel for Admin to create, edit and delete posts and users.
---**Avinash Darvesh's Project**
Working on Project to show-case for business.
## Getting Started
Install Node.js form [Official Site](https://nodejs.org/en/download/).
Install [MongoDB](https://www.mongodb.com/) locally or Set [Atlas online](https://www.mongodb.com/cloud/atlas/signup). And put Database URI in `.env` file as example given in .`sample.env`
Get AWS S3 Storage, create bucket and get [Access keys](https://console.aws.amazon.com/iam/home?region=ap-south-1#/security_credentials) put them in `.env` file as example given in `.sample.env`.
Git clone or Download the Zip and unzip it.
### Prerequisites
Install Dependencies by running
```bash
npm install
```## Running the programs
Navigate to folder of program
```bash
cd folder/npm run start
```
---## Contributing
> To get started...
### Step 1
- **Option 1**
- 🍴 Fork this repo!- **Option 2**
- 👯 Clone this repo to your local machine using `https://github.com/saurabhrkp/M-Bias.git`### Step 2
- **HACK AWAY!** 🔨🔨🔨
### Step 3
- 🔃 Create a new pull request using `https://github.com/saurabhrkp/M-Bias/compare/`.
---
## License
[MIT](https://choosealicense.com/licenses/mit/)