Skip to content

topeomot2/serverless-instagram

Repository files navigation

Instagram Serverless

This project implements the backend for a simple Instagram application using the Serverless Framework, AWS Lambda and DynamoDB.

Functionality of the application

  • Allow creation and Update of photo post
  • Allow users to follow and un-follow other users
  • Allow users to like photo posts

Authentication

This is handled by AuthO and a token is includded in the postman collection

How to run the application

Backend

To deploy an application run the following commands:

cd backend
npm install
sls deploy -v

Postman collection

Use the Postman collection that contains sample requests. You can find a Postman collection in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors