Backend for a social media application called 'REConnect'
- Clone the repo
git clone https://github.com/AhamedNoumaan/REConnect-api.git
- Install NPM packages
- In Terminal
cd REConnect-api npm install
- Inside
REConnect-apiFolder ,create a new.envfile and copy from.env.examplePORT='ANY' MONGO_URI='YOUR_MONGODB_URI'
- Start Backend
- In Terminal (inside backend)
node index.js