Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

iosifache/AIMB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AIMB πŸŒ†

Setup πŸ”§

  1. install required software
    • Python 3
    • npm
    • mongoDB
  2. use mongoDB shell or a GUI interface (for example, Robo 3T) to import the database from /database folder
  3. install Python's requirements
cd server
pip3 install -r requirements.txt
  1. run the server with command python3 ./server.py
  2. install Javascript's required modules
cd client
npm install
  1. run the client with command npm start

Note: The user interface could be tested without a server involved. In order to do this, install npm and follow only the 5 and 6 steps. The routes will not redirect automatically, so you will have to enter manually, in the URL bar, the desired route (one of /register, /login, and /dashboard).

Resources πŸ“š

Javascript Modules πŸ’»

Name Type Link
React Router DOM library homepage
SuperAgent library homepage
Web Font Loader library Github repository
React Bootstrap components homepage
React Resonsive components Github repository
Video React components homepage
React Mapbox GL components homepage
Styled Components components homepage
React Icons components homepage
React Animations] components Github repository

Python Modules 🏭

Name Link
Flask homepage
Flask-Session homepage
Flask-CORS homepage
pymongo Github repository
Requests homepage
pycrypto homepage

About

Website for analysing real estates from Bucharest, created as a project for "Web Technologies" course πŸŒ†

Topics

Resources

Stars

Watchers

Forks