Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okandavut/socimed-backend
Socimed is simple social media. User can post text message and see all users posts and search posts by title.
https://github.com/okandavut/socimed-backend
Last synced: 2 days ago
JSON representation
Socimed is simple social media. User can post text message and see all users posts and search posts by title.
- Host: GitHub
- URL: https://github.com/okandavut/socimed-backend
- Owner: okandavut
- Created: 2020-09-26T17:52:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:00:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T11:33:21.347Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 326 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Socimed Api
### Introduction
Socimed is simple social media. User can post text message and see all users posts and search posts by title.
### Features
- Login
- Create new post
- List all active posts
- List user posts by user id
- Delete post by id
- Search posts by title### Build Process
- Install packages and run project
```sh
$ git clone https://github.com/okandavut/socimed-backend.git$ cd socimed-backend/
$ npm install
$ npm start
```
- Write and run test
```sh$ npm run test
```
- Check coverage of project
```sh$ npm run cover
```### Feedback
Feel free to send me feedback on [Twitter](https://twitter.com/okandavutcom) or [file an issue](https://github.com/okandavut/socimed-backend/issues/new). Feature requests are always welcome.
If there's anything you'd like to chat about, please feel free send me dm on [Twitter](https://twitter.com/okandavutcom)!
### Technologies
- [NodeJS](https://nodejs.org/en/)
- [Body Parser](https://www.npmjs.com/package/body-parser)
- [Express](https://www.npmjs.com/package/express)
- [Helmet](https://www.npmjs.com/package/helmet)
- [Mongoose](https://www.npmjs.com/package/mongoose)
- [Morgan](https://www.npmjs.com/package/morgan)
- [Cors](https://www.npmjs.com/package/cors)### Contributors
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors).