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

https://github.com/william-fernandes252/schedule

A contacts book web application built with Django
https://github.com/william-fernandes252/schedule

django sqlite

Last synced: about 2 months ago
JSON representation

A contacts book web application built with Django

Awesome Lists containing this project

README

          

# Schedule
A Contacts Book Web Application implemented in Django.

![Main page](screenshots/main.jpg)

## Features
- Add new contacts;
- Select and delete contacts;
- Visualize and edit contacts;

## Installing and running
- Clone this repository with `https://github.com/William-Fernandes252/Schedule.git`;
- Inside of `/Schedule` run `python manage.py runserver`;
- Finally, go to [http://127.0.0.1:8000](http://127.0.0.1:8000) in your browser.

## Project snapshot

Contact page

![Contact page](/screenshots/contact.jpg)

Add contact

![Add contact form](/screenshots/addform.jpg)

Edit contact

![Edit contact form](/screenshots/editform.jpg)