Skip to content

Lipikacodes264/HaveItDiscussed-Server

Repository files navigation

Welcome To HaveItDiscussed Backend


HaveItDiscussed is a social discussion forum for developers to discuss programming and software development. HaveItDiscussed is here to help developers solve problems, help you get answers to those questions that you can’t find anywhere else, and share code snippets and solutions with other members of the community. HaveItDiscussed is not just a site that answers questions.

How to run this aplication locally

git clone https://github.com/Yourstruggle11/HaveItDiscussed-Server.git
cd HaveItDiscussed-Server 
npm install 
`npm start` to start using node
`npm run dev` to start using nodemon
Open http://localhost:5000

Thank You