Skip to content

peetck/lost-and-found

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost & Found

  • เว็บไซต์นี้เป็นส่วนหนึ่งของวิชา Web Programming, ISAD, Database คณะเทคโนโลยีสารสนเทศ สถาบันเทคโนโลยีพระจอมเกล้าเจ้าคุณทหารลาดกระบัง (IT KMITL)

Getting Started 👍

  1. First clone the repository from Github:

    $ git clone https://github.com/peetck/lost-and-found.git
    $ cd lost-and-found
    
  2. Install project dependencies:

    $ pip install -r requirements.txt
    
  3. Then simply apply the migrations:

    $ cd lost-and-found
    $ python manage.py migrate
    
  4. You can now run the development server:

    $ python manage.py runserver
    
  5. Visit http://localhost:8000 in your web browser

With Docker

  1. First clone the repository from Github & Build the image:

    $ git clone https://github.com/peetck/lost-and-found.git
    $ cd lost-and-found
    $ docker build -t lost-and-found .
    
  2. Run image as a container:

    $ docker run -d --rm -p 8000:8000 lost-and-found
    
  3. Once the container is running, visit http://localhost:8000 in your web browser

Screenshot 📷

Special Thanks ❤️

Group Members 👪

61070218 61070211 61070221
Sarun Visarut Sirawit
Yantabutr Phanmaisri Yodjit
@peetck @skaferun9 @blackjokerrr

About

เว็บไซต์ระบบ Lost & Found (Django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •