Skip to content

304CEM-1819OCTJAN/OsamaAsim6876872-Backend

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit 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

About

Yummy Recipe Backe-End

Resources

Stars

Watchers

Forks

Releases

No releases published