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.
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.
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.
- Clone the project repository.
- Run git clone (https://github.com/bumsyalao/PostIt-Bootcamp-Project)
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/)
Login, Sign Up and start creating groups
- JavaScript (ES6) (http://es6-features.org/)
- Node.js (https://nodejs.org/en/)
- Express (https://www.npmjs.com/package/express-api)
- React/Redux (http://redux.js.org/docs/basics/UsageWithReact.html)
- Sequelize ORM (http://docs.sequelizejs.com/)
- Material Design CSS Framework (http://materializecss.com/)
- SASS/SCSS.
- Postgres (https://www.postgresql.org/)
- Users cannot upload their picture.
- Users cannot leave a group.
- Users cannot delete a message when sent
- Users cannot delete other users.
Yes its totally free and it will continue to be free
Currently its 14
Yes, and I encourage you to contribute to the project
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.
I am glad you want to contribute to this project, Please checkout the wiki page Contributing
Olubunmi Alao
MIT © Olubunmi Alao
Licensed under the MIT License