Skip to content

sneha2180/_DearDiary_TheCocoderProject_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dear Diary

Dear diary,The sky is falling
It's fucking boring
I'm going braindead, isolated
God is a shithead
And we're his rejects
Traumatized for breakfast
I can't stomach any more survival horror


We are gifting you a personal diary 'Dear Diary ' . You can write down your emotions whenever you feel to .......

We are very thankful for giving us this opportunity so we could really use our brains on the project. This project helped us to understand some core concepts and workflows on creating a personal diary using Python. We learned how to take notes from users and save it in different databases. We got to know about several modules in Python which were used for certain needs in the project. Overall it was a great learning experience.

Team members:

1. SNEHA C SHAJI
2. MEGHA ANIL

Link to product walkthrough:

https://www.loom.com/share/3e0dffc28e3f4b5187f741a8e01c1118

Libraries used:

  • django forms

  • django db

  • django test

  • django render

  • python pathlib

  • django apps

  • django contrib

How to configure:

1. Installing pip [Python Package Manager]

$ sudo apt-get install python3-pip

2. Installing django

$ python -m pip install Django

3. Clone this repository to your local drive

$ git clone https://github.com/sneha2180/_DearDiary_TheCocoderProject_.git

4. Move to the directory

$ cd dear_diary/

5. Sign Up [Creating user]

$ winpty python manage.py createsuperuser

6. Host Server

$ python manage.py runserver

7. Browse IP adress in browser

http://127.0.0.1:8000/admin [login]

http://127.0.0.1:8000/ [index]

http://127.0.0.1:8000/add [entries]

How it works:

Actions performed:



🌟 Star this repository if you find it useful.

Releases

No releases published

Packages

No packages published