SeedCredit is a platform that provides investment cum crowdfunding opportunities in startups and lending money to others.
- SeedCredit help startup to raise money(crowdfunding) and also help to lend money to people who need quick cash.
- SeedCredit reduce gaps between small investors and startup geeks. Thus help in raising funding for startups and in-return provide high income opportunity for investors(from startups)
Video Link:
https://youtu.be/sHMWXwST_No
Phase 1 video: https://www.youtube.com/watch?v=4rba4jOZCHE
Other Links(Scrrenshots): https://drive.google.com/drive/folders/1Vq_MxaLZoRMpszAyqP-_eIKUPgsVKgX4
- Flask
- Jinja
- HTML/CSS/JS
- Mongo
Before setup please install mongodb.
- Mongo Window set up:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ - Mongo Linux set up:
https://docs.mongodb.com/manual/administration/install-on-linux/ - After installation, please import the provided database under folder
Mongo ConnectionorMongo Connection.zip - Note: Our database name is
test_databaseand files are in json format. (Please go to end of readme to know more about importing data) It requirespythonandpipto run the web app.
Please run below command to install all the dependencies.
pip install -r requirements.txtflask runMongo connection.zip and it is also in folder Mongo connection
Use the below credential on the login page.
Email: demo@gmail.com
Password: demo
- By default server run on port 5000
- Go to URL
127.0.0.1:5000/(orlocalhost:5000) - Login to the side using above credential(i.e email: demo@gmail.com & password: demo)
Also we have included the screenshot of web-app under Screenshot Folder
ImportError: cannot import name 'abc' from 'bson.py3compat'
(/zeta_hack/env/lib/python3.9/site-packages/bson/py3compat.py)
- Solution:
https://stackoverflow.com/questions/53441445/flask-app-broken-after-bson-update-in-heroku - Solution:
https://stackoverflow.com/questions/60149801/import-error-importerror-cannot-import-name-abc-from-bson-py3compat
- We are using Studio3T for all the mongo operations. So, importing from there is quite handly/easy (https://studio3t.com/download/). In the Screenshot folder, we have included a screenshot which display strcutre of our database
- Alternative,
mongoimport --db dbName --collection collectionName < fileName.jsonfrom command line - Below is the database structure
