Skip to content

Latest commit

 

History

History
79 lines (74 loc) · 3.08 KB

README.md

File metadata and controls

79 lines (74 loc) · 3.08 KB

Motaro Beginer Backend

This project is used to support the motaro website from the server side

GitHub license GitHub package.json version

GitHub license GitHub license GitHub license GitHub license GitHub license GitHub license

Report a Bug • Request a Feature • Ask a Question

Table of Contents

Features

  • Recipe search by name and ingredients
  • Login safe and fast
  • Error management
  • Refresh tokens
  • etc.

Made With

  • Express JS
  • PostgreSQL(databases)
  • JOI
  • Axios
  • Multer
  • JWT token
  • Multer

Getting started

  • Prerequiresites

    • npm
    • npm install npm@latest -g
  • Intalation

    • Clone project
    • git clone https://github.com/nanangNSL/motaro-express-postgre.git
    • Install all dependencies
    • npm install
    • Settup .env
    • Fill all secret keys
    • Settup database in doc/motaro psql
    • psql -U postgres -p 5432 -h localhost -d db_name -f motaro.psql
    • Run project
    • npm start

License