Skip to content

NB-Kamoni/FarmFolio-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the json server for FarmFolio. To set it up in a development environment follow the steps below.

Setting up

1. Clone the repository

git@github.com:NB-Kamoni/FarmFolio-Backend.git

2. Install the dependencies

npm install

3. Start the development server

npm run dev

use CTRL + C to stop the server

3. Reset the data

Since this server is for testing and prototyping, you can reset the data to its initial state.. In future this backend will be migrated to a more secure and scalabele DB.

Feel free to reset the data to its initial state through:



Incase you add a new endpoint (a new key and its array), Please update the initial state of the data in seeds.json

About

FarmFolio Backend

https://farmfolio-backend.onrender.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 73.0%
  • JavaScript 27.0%