Skip to content

feelingapp/feeling-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Feeling API

Internal REST API for Feeling

๐Ÿ“š Documentation

How To Use

  1. Make sure you have Docker running. To start the database:
npm run start-database
  1. Install JavaScript libraries:
npm install -g serverless@1.52.0
npm install
  1. Install Python libraries:

On Unix:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

On Windows:

python3 -m venv venv
.\venv\scripts\activate.bat
pip install -r requirements.txt
  1. Generate the database tables:
python -m src.setup --generate-data

Note: --generate-data prepopulates the database with mock data.

  1. To run the functions locally:
npm run develop
  1. To stop the database when you're finished:
npm run stop-database

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •