adiXcodr / nsstu

The official site for NSS, Tezpur University (MERN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSS, TEZU

The official site for NSS, Tezpur University

Technologies used

  • FrontEnd - ReactJS with Redux
  • Backend - NodeJS
  • Database - MongoDB

Steps to run the application

For Linux

  • Download mongodb and create a folder to store the databases eg: 'mongo-data'
  • start the mongod by mongod --dbpath './mongo-data'
  • If you get a socket error run sudo killall -15 mongod

For Windows

Installing depencencies and running the app

  • Fork the repository
  • Clone the repository
  • Install create-react-app npm install -g create-react-app
  • Install the dependencies by npm install for server and npm install client for client.
  • Run in development mode by npm run dev

Structure of the project

  • Client folder contains the Frontend part which is the ReactJS application.
  • Routes and Models folders are for backend.

Authors

About

The official site for NSS, Tezpur University (MERN)

License:MIT License


Languages

Language:JavaScript 72.6%Language:CSS 25.9%Language:HTML 1.4%