Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Yummy API


API documentation can be found on the above link.

Overview

This repository contains a Server hosting API for the Yummy food blog. This is a full restful API allowing CRUD operation like Registering a new user, Returning user data, Editing and deleting user data. All the user data is stored in a SQL database. The API is built on the express framework and utilizes various node modules.

Using

  • Nodejs
    • Express CORS Middleware
    • Nodemon - for watching for server changes -SQLite3

Getting started

Requirements

  • Node.js
  • NPM

Package installation

Execute the following command on your terminal to install all the needed packages:

npm install

Start the Server

Execute the following command to start the server:

node index.js