Skip to content

Saneeitas/E-ProjectArchiveAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Archive API

The Project Archive API is a RESTful API built using Node.js, Express, and MongoDB that allows you to retrieve project information for archival purposes.

Features

  • Retrieve project information using various filters.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/Saneeitas/E-ProjectArchiveAPI.git)https://github.com/Saneeitas/E-ProjectArchiveAPI.git
    

Install the dependencies:

cd project-archive-api

 npm install

Set up environment variables:

Create a .env file in the root directory and add the following variables:

PORT=[port_number] MONGODB_URI=[mongodb_connection_uri]

Start the server:

npm start

Usage

Once the server is up and running, you can use tools like curl, Postman, or any other API testing tool to interact with the API endpoints.

API Endpoints

  • GET /projects: Get a list of all projects.
  • GET /projects/:id: Get details of a specific project by ID.

Contributing

Contributions are welcome! If you find any issues or would like to add enhancements to the project, feel free to open a pull request.

  • Fork the repository.
  • Create a new branch.
  • Make your changes and commit them.
  • Push your changes to your fork.
  • Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors