Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iank-code/blog-media
https://blog-media-delta.vercel.app/
https://github.com/iank-code/blog-media
mongodb mongoose nodejs reactjs typescript
Last synced: 29 days ago
JSON representation
https://blog-media-delta.vercel.app/
- Host: GitHub
- URL: https://github.com/iank-code/blog-media
- Owner: Iank-code
- Created: 2023-07-19T19:41:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T20:43:58.000Z (over 1 year ago)
- Last Synced: 2024-10-08T03:54:03.943Z (about 1 month ago)
- Topics: mongodb, mongoose, nodejs, reactjs, typescript
- Language: TypeScript
- Homepage: https://blog-media-backend.onrender.com
- Size: 3.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLOG MEDIA
This is a fullstack project made by React js, Typescript and Node js.
## Dependencies
- Mantine UI
- MongoDB
- Node## How to run
To be able to use it, you will need to clone it into your machine using the following command.
### For Backend
git clone [email protected]:Iank-code/Blog-Media.git
cd server
yarn
yarn startThis will also start the server which will listen on port 3000
```
http://127.0.0.1:3000
```### For Frontend
git clone [email protected]:Iank-code/Blog-Media.git
cd client
yarn
yarn run devThis will also start the server which will listen on port 5173
```
http://localhost:5173/
```