iamclement1 / node-rest-shop

A REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store API

Description

Project description

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

Clone the repository.

git clone url
cd into clone project

Install dependencies.

npm install

Set up environment variables.

NEXT_PUBLIC_BACKEND_URL='api url'

Run the development server.

npm start

Packages Used

  • Node
  • Express
  • Body parser
  • Morgan
  • Nodemon

Contribution Guideline

Contributions are welcome! Please follow these guidelines:

  • Fork the repository.
  • Create a new branch: git checkout -b feature/new-feature.
  • Make your changes and commit: git commit -m 'Add new feature'.
  • Push to the branch: git push origin feature/new-feature.
  • Submit a pull request.

Contributing

Contributors names

About

A REST API


Languages

Language:JavaScript 100.0%