A simple website to showcase job openings and option for candidates to apply; built with Flask
and Tailwind CSS
.
- Activate the virtual env and install requirements via
pip install -r requirements.txt
andnpm i
- You don't have to provide
DATABASE_URL
in local machine as it'll connectSQLite
by default. - Run,
python app.py
andnpm run tailwind
and visithttp://localhost:8000
- Run
flask seed
to insert demo jobs into the database
- Project inspired by this
- Banner image by Carl Heyerdahl
- Geist fonts by Vercel
- Icons by Lucide Icons
MIT (c) 2024. Ahmad Girach.