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.
<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
- Add Company Data
- List all Companies
- Search Bar
- View individual company with /:slug
- Python >3.6
- Mongo Db Atlas cluster