Being a practial training of my skills on a project with MEAN stack, this Angular app is built to represent all backend features in user-friendly manner, just as a real-world project would do.
Don't forget to setup your environment variables by fulfilling the environment.ts file in src/environments folder. The exported constant should be of type IEnvironment (interface file resides in the same folder).
To run the dev server:
npm startTo build the app:
Don't forget to setup your environment variables by fulfilling the environment.prod.ts file in src/environments folder. The exported constant should be of type IEnvironment (interface file resides in the same folder).
npm run build