Skip to content

Company Phone book application in Flask with MongoDB as database.

License

Notifications You must be signed in to change notification settings

ADHIKSHA/Numero-Gratuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numero-Gratuit

A flask application with MongoDB as backend. Helps in storing basic information and uses MongoDB Atlas as a remote database. The design of the application is flexible and can be used on Mobile phones as well as Desktops. Use library pymongo to connect to the MongoDB cluster.

Usage

<CMD into the folder>
> Add your MongoDB cluster database url in place of <url to your mongodb database> in **app.py** file.
> pip3 install -r requirements.txt
> python app.py

Go to 0.0.0.0:5001

Features

  1. Add Company Data
  2. List all Companies
  3. Search Bar
  4. View individual company with /:slug

Dependencies

  1. Python >3.6
  2. Mongo Db Atlas cluster

Demo

Home Page Screenshot from 2021-04-13 21-27-44 Add Data Page Screenshot from 2021-04-13 21-28-00 Search Screenshot from 2021-04-13 21-27-52 Company Data Screenshot from 2021-04-13 21-27-44