Skip to content

OpenLake/Student_Database_COSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Welcome to the CoSA Student Database👋

A comprehensive platform for managing student data within CoSA, including details about students' club memberships, positions of responsibility (PORs), and much more. This project offers efficient storage, retrieval, and management of student-related information, streamlining administrative tasks and enhancing overall efficiency.

Maintained by OpenLake Contributors License


🚀 Features

  • User-friendly Frontend: Clean, responsive UI for easy access to student data.
  • Backend with MongoDB: Secure and scalable backend using Node.js, Express, and MongoDB.
  • Search & Filter Functionality: Quickly search, filter, and manage student data.
  • JWT-based Authentication: Role-based authentication system for admins.
  • RESTful API: RESTful endpoints for integration and automation.

🛠️ Tech Stack

  • Frontend: React.js, Axios, HTML5, CSS3
  • Backend: Node.js, Express.js, JWT Authentication
  • Database: MongoDB
  • Version Control: Git and GitHub

🖥️ Setup Instructions

Follow these instructions to run the project locally.

Prerequisites

Ensure that you have Node.js and NPM installed on your system.

1. Clone the Repository

git clone https:/OpenLake/Student_Database_COSA.git
cd Student_Database_COSA

2. Backend Setup

  • Navigate to the Backend directory:
    cd Backend
  • Install the necessary packages:
    npm install
  • Run the backend server:
    node index.js

3. Frontend Setup

  • Navigate to the frontend directory:
    cd ../frontend
  • Install the frontend dependencies:
    npm install
  • Start the frontend server:
    npm start

Now, you should be able to access the frontend at http://localhost:3000 and the backend at http://localhost:5000.


📂 Project Structure

Student_Database_COSA/
│
├── Backend/               # Node.js backend
│   ├── controllers/       # API route controllers
│   ├── models/            # Database models (MongoDB schemas)
│   ├── routes/            # API routes
│   ├── middleware/        # Authentication and role-based middleware
│   └── index.js           # Main server file
│
├── frontend/              # React.js frontend
│   ├── public/            # Public assets
│   └── src/               # Source code
│       ├── components/    # React components
│       ├── pages/         # Application pages
│       └── App.js         # Main App component
│
├── .gitignore             # Ignored files
├── README.md              # Project documentation
└── package.json           # Dependencies and scripts

🧑‍💻 Maintainers

This project is maintained by:


🤝 Contributing

We welcome contributions! Feel free to open an issue or submit a pull request. Before contributing, please make sure to:

  1. Fork the repository.
  2. Create a new branch.
  3. Submit a pull request with your changes.

📧 Contact

If you have any questions or feedback, feel free to reach out to the maintainers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published