Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 492 Bytes

A stunning job search engine that helps job seekers find the perfect employment opportunity by connecting them with the best employers around the world.

Technologies used

Development

# Install dependencies
yarn

# Start development server
yarn dev

# Migrate database changes
yarn prisma migrate dev