CMS Backend System for Blog Created for Salt Academy Project Collaboration by it's student.
Install cms-expressjs with npm
npm install cms-expressjs
cd cms-expressjsExecute Initial-database.sql before running the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run devTo run tests, run the following command
npm run test