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
- Host: GitHub
- URL: https://github.com/william-fernandes252/schedule
- Owner: William-Fernandes252
- Created: 2022-02-13T14:41:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T00:55:00.000Z (over 4 years ago)
- Last Synced: 2025-06-30T20:02:30.573Z (12 months ago)
- Topics: django, sqlite
- Language: Python
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schedule
A Contacts Book Web Application implemented in Django.

## 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

Add contact

Edit contact
