Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 706 Bytes

Patel Shop

Goal

Goal of the repo was to work as a backend server for the Flutter App. Initially the Backend used MySql as the database.Now the BackEnd server is forked into two different servers , MongoDB and MySQL. Please find code for concerned database in respective Branch.

##TO DO

[ ] remove the MySQL code from main branch

Installation

User can use any one branch for development.

Installation Please cd into project directory before running all below commands.

Install dependencies:

$ npm install

Create an .env file and save the enviroment variables:

//MySQL remote server data
host = ''
user =
password =
database =

Copyright (c) 2021 Dhaval Patel