8000 GitHub - ermertP/maine-wildlife-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ermertP/maine-wildlife-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maine Species API (Backend)

This is the backend for the Maine Species application, built with **Express.js, node.js ** and Sequelize. It handles all API endpoints related to species data, including creating, reading, updating, and deleting species information.

Features

  • CRUD Operations: Supports Create, Read, Update, and Delete operations for species.
  • Database Integration: Uses PostgreSQL to store species data and locations.

Tech Stack

  • Node.js: Backend runtime environment.
  • Express.js: Web framework for building RESTful APIs.
  • Sequelize: ORM for interacting with the PostgreSQL database.
  • PostgreSQL: Relational database to store species and related data.

Getting Started

Installation

  1. Clone the repository:
    git clone https://github.com/username/maine-wildlife-api.git
  2. npm install
  3. npm run dev for local development
  4. make sure you have psql locally - (docker desktop is easiest)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0