Giter Site home page Giter Site logo

arms-system's Introduction

Academic Review Management System

this guide will walk you through setting up this application. it's a MERN (MongoDB, Express.js, React.js, Node.js) stack application split into both frontend and backend

Prerequisites

Before proceeding, ensure you have the following installed on your system:

- Node.js (https://nodejs.org/)
- MongoDB (https://www.mongodb.com/)
- Git (https://git-scm.com/)

Installation

Clone the repository:

git clone https://github.com/bxra2/ARMS-system.git

Navigate to the project directory:

cd ARMS-system

Navigate to both client and server and install dependencies:

cd client && npm install
cd server && npm install

Configuration

Backend Configuration: Create a .env file in the root of the backend directory. Add your MongoDB connection string and other environment variables to the .env file:

MONGODB_URI=<your_mongodb_connection_string>
NODE_ENV=development
PORT=5000
JWT_SECRET=

Running the Application

To run the application in development mode with hot reloading for both frontend and backend:

cd client && npm run dev
cd server && npm run dev

Once the servers are running, you can access the frontend at http://localhost:3000 and the backend at http://localhost:5000

arms-system's People

Contributors

bxra2 avatar miprabin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.