Skip to content

To demonstrate the process of building a CRUD application from scratch, starting with structure and style.

License

Notifications You must be signed in to change notification settings

prof-rossetti/crud-app-beginnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD App Beginnings

The purpose of this repository is to demonstrate the process of building a CRUD application from scratch, starting with structure and style.

Usage

View live at https://prof-rossetti.github.io/crud-app-beginnings/.

Learning

For step-by-step reference, see commit history at https://github.com/prof-rossetti/crud-app-beginnings/commits/master.

For a screencast of the development process, see https://www.youtube.com/playlist?list=PLwjSYkiszsC1Hm7ucmZE7deuQZWZpcxvD.

Contributing

Download this repository and navigate to it:

git clone git@github.com:prof-rossetti/crud-app-beginnings.git
cd crud-app-beginnings/

Run a local web server:

# Mac Terminal:
python -m SimpleHTTPServer 8888

# Windows Command Prompt:
python –m http.server 8888

About

To demonstrate the process of building a CRUD application from scratch, starting with structure and style.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages