Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spanjeta/node-base


https://github.com/spanjeta/node-base

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# About

A base project in Angular + Node Express + MongoDB

# Frontend (Angular)

### Directory Structure
```
src/app/ components
src/assets/ js,css,fonts
src/environments/ set envronment
docs/ documentation
```
**In projects**

If you are using Node js,Angular 7 base as part of your project there are some important points that you need to takecare throught out of your whole development phase .

# Backend (node js with mongoose)

### Directory Structure
```
app/controllers/ controllers
app/models/ models
app/common/ common files
docs/ documentation
routes/ routing
views/ view jade files for testing
```