/FullStack-Post-App

First fullstack app using MongoDB, NodeJS and ReactJS

Primary LanguageJavaScript

FullStack app using MongoDB, NodeJS and ReactJS

Screenshote


To Try the app you need to install some dependencies.

First of all you need to clone the repository using the https, SSH if you have the key, download the ZIP or open directly with GitHub Desktop :

https

git clone https://github.com/bruxx-6243/FullStack-Post-App.git

SSH

git clone git@github.com:bruxx-6243/FullStack-Post-App.git

Next got to direcly of the server /post/server and run: npm sart The server will start on port 5000

Then go the directly of the client /post/client and run: npm install , and npm run dev The client side will start on port 3000

NB: Here we're using Vite for the frontend