ayyo server side development
Ayyo (Pronounced as I/O means Input and Output) is an application for transferring files via email.
Clone the project ayyo-server
Move to ayyo-server directory.
cd ayyo-server
Install dependencies
npm install
Setup environment variables
cp .env.sample .env
, and modify as required
Run ayyo in production mode
npm start
Run ayyo in development mode
npm run dev
ayyo will be running in developing mode at
localhost: PORT
Fix any lint error
npm run lint