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

https://github.com/vantablanta/journals

Anonymous Journaling
https://github.com/vantablanta/journals

Last synced: about 2 months ago
JSON representation

Anonymous Journaling

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

[![License](https://img.shields.io/packagist/l/loopline-systems/closeio-api-wrapper.svg)](https://github.com/vantablanta/hood/blob/master/LICENSE)
>Copyright (c) 2022 **Michelle Njeri**