Sonet it is a mini social network with basic functionality.
If you want to work with the source code.
Use the git clone
command to clone the source files. There is one problem... You will not be able to get files from the server directory. This directory is tied to Heroku.
Then install dependencies
npm install
You don't have to use npm, but whatever tool you like.
Visit https://sonet34.herokuapp.com/ to interact with the project. Register and test the functionality.
ATTENTION: The project is still under development. Some functionality may not work. (Links do not lead anywhere, some buttons do not work, and there is a possibility of the site crashing under some circumstances.)
- Сheck in
- Authorization
- Post creation / comments
- Like / Dislike a post
- Updating personal information
- Update avatar / profile cover
- Filtering profiles / posts
- And other
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.