Web App Maker is a MEAN Stack project. I built this project in summer of 2017. Also, I designed this for students who'd refer the project during my position as Teaching assistant at Northeastern University. I built this app using Angular 1 when I was a student of Web Development class. Using WebAppMaker, users can create websites in seconds. It is a bare bone MEAN Stack app intended to help users create websites easily. Users can login using facebook or by registering. They can create several websites. Each Website is made of pages. Each page is made up of widgets. HTML, YouTube, Header, Text make up widgets. Users have flexibility to edit everything.
https://web-app-maker-angular-4.herokuapp.com/
- MongoDB
- ExpressJS
- Angular CLI
- nodeJS
- git clone https://github.com/seshasaisrivatsav/web-app-maker-angular-four
- npm install
- Run the server: "nodemon server.js". This watcher constantly looks for server changes
- Run the frontend: "npm start"
- Portal will be live on "http://localhost:4200/". API lives on port 9000
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Sesha Sai Srivatsav Kuchibhotla