https://github.com/ndf-web-dev/social-network-api
Application can be used to replicate the back-end of a Social Network API.
https://github.com/ndf-web-dev/social-network-api
api compass database express express-middleware insomnia javascript mongodb moongoose nosql social social-network social-network-api
Last synced: 2 months ago
JSON representation
Application can be used to replicate the back-end of a Social Network API.
- Host: GitHub
- URL: https://github.com/ndf-web-dev/social-network-api
- Owner: NDF-WEB-DEV
- Created: 2022-11-07T15:25:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T01:42:30.000Z (over 3 years ago)
- Last Synced: 2025-05-30T06:49:55.800Z (about 1 year ago)
- Topics: api, compass, database, express, express-middleware, insomnia, javascript, mongodb, moongoose, nosql, social, social-network, social-network-api
- Language: JavaScript
- Homepage: https://drive.google.com/file/d/1RwgC6kXczg6y-wezRI-Q3Np3gJei6VtO/view
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Network API
### **Description**
> This application was build to demonstrate the back-end of a social network application. It contains three models which are the User, the Thoughts and the Reactions.
### **Application Link**
* [Link for the App](https://github.com/NDF-WEB-DEV/social-network-api)
* [Link for Demo Video](https://drive.google.com/file/d/1RwgC6kXczg6y-wezRI-Q3Np3gJei6VtO/view?usp=sharing)
## **Table of Contents**
- [Project Name](#project_name)
- [How to install it](#installation)
- [Running Tests](#tests)
- [How to use](#usage)
- [Report issues](#issues)
- [Questions](#username)
- [How to make contributions](#contributions)
- [Credits](#credits)
- [License](#license)
### **Project Name**
> Social Network API with NoSQL
### **Installation**
* First install dependencies run: **npm i**
* Second to start app run: **node index** or **npm start**
### **Tests**
N/A
### **Usage**
This application can be used to replicate the back-end of a social network. You will need to reun the application on imsonia in order to see the back-end at work. There is a screeshot avaialble that illustrates how the insomnia project should look.
### **Questions**
Contact me with questions via [GitHub](https://github.com/NDF-WEB-DEV) or send an email to: nordleendefrias@gmail.com
### **Report Issues**
send me an email
### **Contributions**
This is a school project.
### **Credits**
* [Mongo DB](https://www.mongodb.com/)
* [Mongoose Library](https://mongoosejs.com/)
* [Download Compass](https://www.mongodb.com/products/compass)
* [Express js Library](https://expressjs.com/)
* [Insomnia API call app](https://insomnia.rest/)
### **License**
N/A