https://github.com/vantablanta/journals
Anonymous Journaling
https://github.com/vantablanta/journals
Last synced: about 2 months ago
JSON representation
Anonymous Journaling
- Host: GitHub
- URL: https://github.com/vantablanta/journals
- Owner: vantablanta
- Created: 2022-08-27T10:56:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T08:35:04.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:30:29.042Z (over 1 year ago)
- Language: CSS
- Homepage: http://journals-app-dev.us-west-2.elasticbeanstalk.com/
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journals
>Developed by [Michelle-Njeri](https://github.com/vantablanta)
## Description
>A web application that allows you to post and send journas to other users anonymously.
## Live Link
>[View Site](https://journals-mn.herokuapp.com/) to visit the site
## User Story
* Sign in to the application to start using.
* Post a journal
* Recieve journals from other user via email
## Setup and Installation
To get the project .......
##### Cloning the repository:
```bash
https://github.com/vantablanta/journals.git
```
##### Navigate into the folder
```bash
cd project-journals
```
##### Install and activate Virtual
```bash
pipenv shell
```
##### Install Dependencies
```bash
pipenv sync
```
##### Setup Database
SetUp your database User, Password, Host then make migrations
```bash
python manage.py makemigrations app
```
Now Migrate
```bash
python manage.py migrate
```
##### Run the application
```bash
python manage.py runserver
```
##### Testing the application
```bash
python manage.py test
```
Open the application on your browser `127.0.0.1:8000`.
## Technology used
* [Python3.8](https://www.python.org/)
* [Django 4.0](https://docs.djangoproject.com/en/2.2/)
* [Celery]()
* [AWS]()
* [Heroku](https://heroku.com)
## Known Bugs
* There are no known bugs currently but pull requests are allowed incase you spot a bug
## Contact Information
If you have any question or contributions, please email me at [vantablanta@gmail.com]
## License
[](https://github.com/vantablanta/hood/blob/master/LICENSE)
>Copyright (c) 2022 **Michelle Njeri**