Skip to content

bumsyalao/PostIt-Bootcamp-Project

Repository files navigation

PostIt-Bootcamp-Project

A cool App that allows users create groups and post notifications to group.

It provides restful APIs for users to create groups, post messages and retrieve messages based on userId and managing authentication of users with JsonWebToken.

Build Status Coverage Status Code Climate License: MIT

Hosted App on Heroku

Post-it

Api Documentation

Key Application Features

A user can perform the following:

  • Create an account
  • Login to account
  • User can create group and add friends
  • User can join any group of choice.
  • Users can send messages to all their friends or to different groups they belong to.
  • Users can search for other users in the app.
  • Logout.

In addition to the general user functions:

  • User can send email messages to memebers in groups.
Authentication: Users are authenticated and validated using JsonWebToken.

Development

This application was developed using NodeJs with express for routing. Postgres was used for persisting data.

The frontend was built with the react and redux framework.

Installation

git clone https://github.com/bumsyalao/PostIt-Bootcamp-Project

more info: (https://help.github.com/articles/cloning-a-repository/)

  • Run npm install to install the dependencies in the package.json file.
  • Create Postgresql database and run sequelize dbmigrate npm undo and npm redo (https://www.postgresql.org/)

Usage

Login, Sign Up and start creating groups

Technologies Used

Limitations

  • Users cannot upload their picture.
  • Users cannot leave a group.
  • Users cannot delete a message when sent
  • Users cannot delete other users.

FAQ

Is PostIt app free or do you plan to monetize it in future?

Yes its totally free and it will continue to be free

How many end points are there currently?

Currently its 14

Is PostIt app open source?

Yes, and I encourage you to contribute to the project

What if I want to customize my environment variables?

That's easy. In the root of the project. create a file named .env and add exactly what you see in the .env.example file.

Contribution

I am glad you want to contribute to this project, Please checkout the wiki page Contributing

Author

Olubunmi Alao

License & Copyright

MIT © Olubunmi Alao

Licensed under the MIT License

About

A cool App that allows users create groups and post messages to group.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published