An open API service indexing awesome lists of open source software.

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.

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