a simple article managment system and final project of maktab sharif.
the server run on 3000.
in /tools/database.js you can change the url of database. it will create three collections called users, articles and comments.
to add an admin use Postman and Send a Post Request to /api/veisi/add_admin with this information: [ role , first_name , last_name , username , phone , password , gender ] as JSON.
remember you can only add one admin not more.