Skip to content

Commit f289d85

Browse files
authoredOct 31, 2018
updated
updated
1 parent 29d0351 commit f289d85

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
 

‎README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# A full stack app with Angular-4,NodeJS,ExpressJS,sequelize and ngx-bootstrap
2-
Before cloning the project, make sure you have Nodejs, npm and Angular CLi installed.
1+
# [CodeCave Community for Developer](https://github.com/AdnanShah/CodeCave-MEAN-Stack)
2+
3+
**[CodeCave](https://github.com/AdnanShah/CodeCave-MEAN-Stack)** 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.
4+
5+
# A full stack app with Angular-4, NodeJs, ExpressJs, Sequelize and ngx-bootstrap
6+
Before cloning the project, make sure you have XAMPP, Nodejs, npm and Angular CLi installed.
37

48
First, clone the project:
59
```
610
git clone https://github.com/AdnanShah/MEAN-Project.git
711
```
8-
9-
then, install the packages using npm in both the folders(frontend and backend) :
12+
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) :
1013

1114
```
1215
npm install

0 commit comments

Comments
 (0)
Please sign in to comment.