angularBlog
Creative+ blog is being created using Angular2
How to build project?
- Create database "creative", table "users" in it (database configuration you can see in the backend/config/database.js).
- In the folder angularBlog start command "ng serve -o".
- In the folder backend start command "npm start" ("nodemon npm start" if you would like to restart backend after different changes).
- Enjoy! :)