Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pablomelo-inf/shortinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Short Infos

This application will allow login with user create/remove/update/fetch Short Infos.

  • Each Info Infos can optionally have an attachment image.

  • Each user only has access to Infos Infos that he/she has created.

  • List Short infos other users.

Demo

plot

Installation

Client Interface - Frontend

The client folder contains a web application that can use the API that should be developed in the project.

To run a client application first edit the client/src/config.ts file to set correct parameters. And then run the following commands:

cd client
npm install
npm run start

Backend: deploy application serverless

in backend directory on docker-compose.yml set variables AWS and run docker-compose to build image:

AWS_ACCESS_KEY_ID: [...]
AWS_SECRET_KEY: [...]


docker-compose -f docker-compose.yml build

Next Steps

  • Add like button in short info.
  • Add share button for sharing short info.

About

app to add short infos about something and share with other users in platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published