Skip to content

nanangNSL/motaro-express-postgre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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