Skip to content

An example CRUD REST web app with Angular4 material as frontend and NodeJS as backend with JWT and MongoDB database.

Notifications You must be signed in to change notification settings

skaffolder/CRUD-boilerplate-NodeJS_Angular4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation


  ______                _____             
 |  ____|              |  __ \            
 | |__   __ _ ___ _   _| |  | | _____   __
 |  __| / _` / __| | | | |  | |/ _ \ \ / /
 | |___| (_| \__ \ |_| | |__| |  __/\ V / 
 |______\__,_|___/\__, |_____/ \___| \_/  
                   __/ |                  
                  |___/                   


                             _              _  _   
     /\                     | |            | || |  
    /  \   _ __   __ _ _   _| | __ _ _ __  | || |_ 
   / /\ \ | '_ \ / _` | | | | |/ _` | '__| |__   _|
  / ____ \| | | | (_| | |_| | | (_| | |       | |  
 /_/    \_\_| |_|\__, |\__,_|_|\__,_|_|       |_|  
                  __/ |                            
                 |___/                             

                                       

This project was generated by Skaffolder

For more documentation visit https://skaffolder.com/#/documentation


--------------
START APPLICATION
--------------

For start the application open a terminal in this folder and type:

npm install
npm start


Go to http://localhost:3000


--------------
CONFIGURE
--------------

Set properties in:

    config/properties.dev.ts
        for local/dev environments

    config/properties.prod.ts
        for production environments


About

An example CRUD REST web app with Angular4 material as frontend and NodeJS as backend with JWT and MongoDB database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published