Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 282 Bytes

angular-auth-crud

agApp -> frontend
server -> backend

Installation

$ npm i or yarn

Running the app

# development
$ nodemon server.mjs (to start node server)
$ cd ngApp && ng serve -o (to start frontend


!!configure db using a config file.