CodeCave is an open source project inspired by some developers communities out there. The project was started as a semester project and can be consider as a started kit for any web based community or forum.
Before cloning the project, make sure you have XAMPP, Nodejs, npm and Angular CLi installed.
First, clone the project:
git clone https://github.com/AdnanShah/MEAN-Project.git
After runnig the phpMyAdmin import the database file codecave.sql.zip in the phpMyAdmin now you are all set to connect database and then, install the packages using npm in both the folders(frontend and backend) :
npm install
and start the frontend by :
ng serve
and backend by :
npm start
Enjoy it! 😄