Skip to content

LuluH19/Ex-Nihilo-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Management Project

This project is a school management application that allows managing students, courses, and teachers.

Prerequisites

  • Make sure you have Git installed on your machine.
  • Make sure you have Node.js and npm installed.

Installation

  1. Clone the project:

    Open your terminal and run the following command to clone the repository:

    git clone <REPOSITORY_URL>
  2. Access the project folder:

    Navigate into the cloned project folder:

    cd <FOLDER_NAME>
  3. Configure the .env file:

    Create a .env file at the root of the project and fill it with the necessary information. Here is an example of what the file might contain:

    DATABASE_URL=<your_database_url>
    API_KEY=<your_api_key>
  4. Start the project:

    Install the dependencies and start the project with the following commands:

    npm install
    npm start

Usage

Once the project is started, you can access the application via your browser at http://localhost:3000.

Contribution

If you wish to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your feature (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -m 'Add my feature').
  4. Push your branch (git push origin feature/my-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors