Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/iv-social-connection
A back-end social application using MongoDB/Mongoose
https://github.com/mauryiv/iv-social-connection
expressjs mongodb mongoose nodejs
Last synced: about 1 month ago
JSON representation
A back-end social application using MongoDB/Mongoose
- Host: GitHub
- URL: https://github.com/mauryiv/iv-social-connection
- Owner: MauryIV
- Created: 2024-04-26T18:27:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T20:11:34.000Z (8 months ago)
- Last Synced: 2024-10-15T05:23:36.360Z (3 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://drive.google.com/file/d/1mio7n9t3i4weeP8Lkux43gO3ZZOJnE-7/view
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a base of a functioning back end social network. This has functioning server calls for users, posts, friends, reactions. It is a great start for something to build on top of.## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## Installation
Will have to run the npm install. This also uses MongoDB, will need to instal that for functionality.
## Usage
I think this code would be most useful as a reference or something to base a project more complex on top of, if you want a Mongo database.
## Visuals
[Walkthrough Video](https://drive.google.com/file/d/1mio7n9t3i4weeP8Lkux43gO3ZZOJnE-7/view)
## Tests
I tested this in Insomnia. Would suggest doing the same or in a similar program.
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Roadmap
Want to continue to build on top of this for a more useful social network program with a UI.
## Contributing
Always open for suggestions and opinions.
## Authors and Acknowledgment
I wrote this code from scratch using the knowledge and references given to me from the DU coding bootcamp.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.
## Project Status
In progress.[back to top](#title)