Skip to content

Simple app capable to display and upload images. First approach do django framework

License

Notifications You must be signed in to change notification settings

ManuelS0usa/image-upload-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple app capable to display and upload images. First approach do django framework.

Running the Project Locally

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python3 manage.py migrate

Finally, run the development server:

python3 manage.py runserver

The project will be available at 127.0.0.1:8000.

About

Simple app capable to display and upload images. First approach do django framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published