Shashankpantiitbhilai / Student_Database_COSA

Home Page:https://student-database-cosa-tau.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Database COSA

License GitHub issues GitHub stars

The Student Database COSA project is designed to manage student information efficiently. This repository contains both the frontend and backend code for the application.

Features

  • Student Management: Add, update, and delete student records.
  • User-Friendly Interface: Easy to navigate UI for managing data.
  • Secure Data Handling: Ensures student data is handled securely.

Tech Stack

  • Frontend: JavaScript, HTML, CSS
  • Backend: Node.js, Express

Getting Started

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/Shashankpantiitbhilai/Student_Database_COSA.git
    cd Student_Database_COSA
  2. Install dependencies for both frontend and backend:

    cd Backend
    npm install
    cd ../frontend
    npm install

Running the Application

  1. Start the backend server:

    cd Backend
    node index.js
  2. Start the frontend server:

    cd ../frontend
    npm start
  3. Open your browser and navigate to http://localhost:3000

Contributing

We welcome contributions! Follow these steps to contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Open a pull request

Issues

Feel free to submit issues and enhancement requests on the issues page.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For more information, visit the Student Database COSA Project page.

About

https://student-database-cosa-tau.vercel.app


Languages

Language:JavaScript 95.6%Language:HTML 2.3%Language:CSS 2.0%Language:Shell 0.2%