Small MEAN Stack web application with CRUD operations for posts
Run this command in the /client directory and in the root directory.
$ npm install # Install project dependencies$ npm start # Starts server on port 5000
$ npm run server # Run development server on port 5000
$ npm run client # Run Angular development server on port 4200
$ npm run dev # Run API and Angular development server concurrentlyChange the connection string in the .env file
Make sure to setup the NODE_ENV environment variable in the .env file for development.
1.0.0
Andres Aguilar Moya