this is the backend for verifyr. an employment verification system
- Clone the repository
git clone https://github.com/Maeyy23/Verifyr-App.git - Copy the .env example file into your .env file.
cp .env.example .env - Install all dependencies
npm installoryarn install - Run the server in development mode
npm run dev