Clone the project to a local machine $ git clone Installation $ npm install Go to server dir $ cd server Fill in the .env file PORT= DB_URL= JWT_ACCESS_SECRET= JWT_REFREST_SECRET= API_URL= CLIENT_URL= Running the app $ npm run start # development $ npm run dev API endpoints Postman