Welcome to the JEEC CV Platform! This service is open during the event so that students can submit their resume's to the companies that attended.
- Python
- Flask
- PostgreSQL
- Fork this repository
- Install PostreSQL
- Install required dependencies inside the /webapp directory with:
pip install -r requirement.txt
- Run the database service with:
sudo service postgresql start
- Create a database in postgresql for the application
- Ask JEEC previous developers the .env file
- Update the APP_DB name in the .env
- Migrate the database with:
python manage.py db init
python manage.py db migrate
python manage.py bg upgrade
- Deploy the Flask application with:
flask run
- Flask Documentation - http://flask.pocoo.org/docs/1.0/
- The most complete Flask Tutorial ever - https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world