Thanks for visiting here.
clone this repository and goto server folder
cd server
npm install
And run
npm start
If you want to run as permanant use the pm2
pm2 start ./bin/www
Note: To install pm2 execute this command
npm install pm2 -g
change the database url server/config/db.js
module.exports = {
MONGODB_URL: 'blahblahblah..'
}
Change super admin credential server/config/superadmin.js
module.exports = {
username: 'superadmin',
password: 'superadmin'
}
- BugKiller -
This project is licensed under the MIT License
- Hat tip to anyone who's code was used
- Inspiration
- etc