Skip to content

Improve your thinking with Expresso for writing down your thoughts. CRUD Functionality, built using Django.

Notifications You must be signed in to change notification settings

aybruhm/Expressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DIARY-APP(Expresso)

This is a simple CRUD Diary Application built using Django that allow users to Create, Retrieve/Read, Update and Delete an entry.


The interface is as shown:

diary-1

diary-2


#FEATURES

  • User can Add entries.
  • User can Edit/Update entries.
  • User can Delete entries.
  • Responsive UI (Bootstrap4)

To get it running on your local machine, follow the steps below:
  1. Run the commands below in your terminal:
git clone https://github.com/israelvictory/Expresso.git
  1. change directory to diary:
cd Expresso/diary
  1. Install the requirements with the command below:
pip install -r requirements.txt
  1. Run the development server with
python manage.py runserver
  1. Launch your browser and navigate to:
http://127.0.0.1:8000

About

Improve your thinking with Expresso for writing down your thoughts. CRUD Functionality, built using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published