Community forums management system.
Start your own community online with natforums.
View Demo
·
Report Bug
·
Request Feature
Below are some of the features of natforums:
Use Dockerfile : Client | Server
OR
Softwares listed in prerequisites are required to be installed on your system before you can start using it on localhost.
Download the repo as a zip and extract it or you can clone the repo using
git clone https://github.com/izkshitiz/natforums.git
Once you have the repo on your system, open the terminal in root directory of the repo. Now you need to install node modules in both server
and user-client
folder as shown in next steps.
Change your directory to user-client
in terminal and install node modules
npm install
and then run
node app.js
Change the directory to server
folder and again install node modules
npm install
and then
npm start
Distributed under the MIT License. See LICENSE
for more information.