Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spanjeta/node-base
https://github.com/spanjeta/node-base
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spanjeta/node-base
- Owner: spanjeta
- Created: 2019-07-02T11:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:25:28.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T15:31:36.813Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
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
```