Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.65 KB

Readme.md

File metadata and controls

53 lines (40 loc) · 1.65 KB

{ IMPORTANT Backend: To view the queries can be accessed using "/view" Eg: localhost:7000, or http://127.0.0.1:7000/view (for my server, I would use)

Made4You website:

M4Y is a digital service provider that aims to provide software, designing and marketing solutions to individuals and businesses. At M4Y, it is believed that service and quality is the key to success. Founded and Funded by Graphic designers from Jahirathu Junction, M4Y has now set a new path towards Digital Solutions.

To run the project:

  • Open terminal in the file location you've saved this project.
  • Enter the below command $py mange.py runserver 7000 (for windows)
  • this will start our local server at port 7000 Eg: localhost:7000 or http://127.0.0.1:7000/

About the Website:

  • when you first open the app you land on the home page(with a nav bar, desc. about the company, about the services provided, contact us: Need help and a footer with WhatsApp and socials)

  • you'll be using the nav bar to go to different pages

  • Second page: Services( you can access this using tab in nav bar ) Individual services with their desc.

  • Third page: Contact us page Users can send their queries using the form given, these queries will be stored in the database and can be viewed by the service provider

      	**IMPORTANT**
    
  • Backend: To view the queries can be accessed using "/view" Eg: localhost:7000, or http://127.0.0.1:7000/view (for my server, I would use)

    This backend can be used to view the queries, search, delete and sort them.

Project contains

  • Landing-page
  • Services-page
  • Contact us-page
  • View Query-page(for m4y)