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

https://github.com/kravchuk21/social-network-backend

Social Network Backend 💾
https://github.com/kravchuk21/social-network-backend

express javascript nestjs nodejs rest-api social-network typescript

Last synced: 3 months ago
JSON representation

Social Network Backend 💾

Awesome Lists containing this project

README

          

# Social Network 🧑‍💻 BACK-End

Hi! 👋 This is the api code for the social network.
You can use this project or [deploy it locally](#install).


Api documentation [here](https://peaceful-atoll-45162.herokuapp.com/)

# Install

- clone this repository to your local machine
- open project and download all dependencies `npm install` or `yarn`
- create a file **.env** at the root similar to **.env.example**
- run `yarn start:dev` or `npm run start:dev`