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 💾
- Host: GitHub
- URL: https://github.com/kravchuk21/social-network-backend
- Owner: kravchuk21
- License: mit
- Created: 2022-04-30T09:08:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T16:03:10.000Z (about 4 years ago)
- Last Synced: 2025-01-03T11:12:54.256Z (over 1 year ago)
- Topics: express, javascript, nestjs, nodejs, rest-api, social-network, typescript
- Language: TypeScript
- Homepage: https://peaceful-atoll-45162.herokuapp.com/
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`