Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)