Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 668 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 668 Bytes

Getting Started with Jobify Nbyula

This project was made with HTML, Tailwind, Flask and MongoDB.

Running the Server

In the project directory, you can run:

python app.py

Open http://localhost:5000 to view it in your browser.

Missing Modules

Recommended to create virtual environment and install modules from requirements.txt using:

python -m virtualenv venv
venv/scripts/activate
pip install -r requirements.txt

Environment Variables

The env file contains the following data

MONGO_URI = ""