Skip to content

dchya24/injs-final-project3

Repository files navigation

INJS Final Project 3

PhotoAlbum Apps

Final Project 3 from Kampus Merdeka - Introduce to NodeJS

You can use postman collection to use this project. link link

Installation

npm install

Setup Project

Setup environment

Copy file .env.example and rename to .env. You can seting config environment in .env

Setup a database

  • Create database and run migration
  • Run the script
  npm run db:create && npm run db:generate
  • Generate Seeders
    npm run db:seed

Run Program

Run with nodemon

  npm run dev

Run with node

  npm start

Testing Program

  npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published