Lightweight Back End Application for Post Manager
- npm
# Go to any folder
cd ~
# Clone the project from github
git clone https://github.com/Kent27/postmanager-backend.git
# Go to the project folder
cd postmanager-backend# Install dependencies for the Server
npm install
# Run the express server
npm run serverTo check the API Endpoints please open the PostManager.postman_collection.json file using Postman.
- After running this, you can run the Front End part for complete demonstration