Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arpan-206/confessioner


https://github.com/arpan-206/confessioner

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Confessioner

![Hey Confessioner](https://cdn.hashnode.com/res/hashnode/image/upload/v1656647311855/bxM5Zz35h.png?w=1600&h=840&fit=crop&crop=entropy&auto=compress)

Confessioner is a platform for building communities of anonymous confessioners, who can confess things among peers anonymously.

## Live Deployment

A live deployed version of this site is already available [here](https://confessioner.hackersreboot.tech/).

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Authors

- [@Arpan-206](https://www.github.com/Arpan-206)

## Run Locally

Clone the project

```bash
git clone https://github.com/Arpan-206/confessioner.git
```

Go to the project directory

```bash
cd confessioner
```

Install dependencies

```bash
pip install -r requirements.txt
```

Start the development server

```bash
python manage.py runserver
```

Or, if you want to start a production server

```bash
gunicorn --bind :80 --workers 3 confessioner.wsgi
```

## Screenshots

![Screenshot 1](https://i.postimg.cc/N04Gvbt5/Screenshot-2022-07-01-at-8-40-15-AM.png)
![Screenshot 2](https://i.postimg.cc/DzFfNHt9/Screenshot-2022-07-01-at-8-40-33-AM.png)
![Screenshot 3](https://i.postimg.cc/3x2JnYbj/Screenshot-2022-07-01-at-8-40-52-AM.png)
![Screenshot 5](https://i.postimg.cc/hj2GTsZH/Screenshot-2022-07-01-at-8-45-00-AM.png)
![Screenshot 6](https://i.postimg.cc/90SFNMhb/Screenshot-2022-07-01-at-8-45-20-AM.png)
![Screenshot 7](https://i.postimg.cc/Wpf349kZ/Screenshot-2022-07-01-at-8-47-17-AM.png)
![Screenshot 8](https://i.postimg.cc/9F6Qdr1F/Screenshot-2022-07-01-at-8-47-37-AM.png)
![Screenshot 9](https://i.postimg.cc/26k61MGQ/Screenshot-2022-07-01-at-8-47-47-AM.png)
![Screenshot 10](https://i.postimg.cc/zfSvX8CD/Screenshot-2022-07-01-at-8-48-29-AM.png)
![Screenshot 11](https://i.postimg.cc/j2CSXfGC/Screenshot-2022-07-01-at-8-48-44-AM.png)
![Screenshot 12](https://i.postimg.cc/xThc6sjQ/Screenshot-2022-07-01-at-8-49-09-AM.png)

## Tech Stack

**Client:** PaperCSS, HTML, JS, CSS

**Server:** Django

## Support

For support, email [[email protected]](mailto:[email protected]).
You can also contact me through:
- [Twitter](https://twitter.com/ArpanHrbt)
- [Linkedin](https://www.linkedin.com/in/arpan-pandey/)