Handle all your tasks with Ponfi - your new refurbished Task Management System.
Fork this repository into your personal account using the "Fork" button above.
Clone this repository and install all the dependencies with npm:
git clone https://github.com/<username>/ponfi.git
cd ponfi
npm installReplace your username in the URL without the angular brackets(<>).
Create a file named .env, this will have two environment variables - PORT and MONGO_URI.
You can run the server in two ways. With the start script, the server won't reflect any changes made to file; while the dev script will.
npm run dev