项目作者: ADHIKSHA

项目描述 :
Company Phone book application in Flask with MongoDB as database.
高级语言: JavaScript
项目地址: git://github.com/ADHIKSHA/Numero-Gratuit.git
创建时间: 2021-04-13T15:37:29Z
项目社区:https://github.com/ADHIKSHA/Numero-Gratuit

开源协议:Other

下载


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

  1. <CMD into the folder>
  2. > Add your MongoDB cluster database url in place of <url to your mongodb database> in **app.py** file.
  3. > pip3 install -r requirements.txt
  4. > python app.py
  5. 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