PhotoAlbum Apps
Final Project 2 from Kampus Merdeka - Introduce to NodeJS
URL apps link
npm installCopy file .env.example and rename to .env. You can seting config environment in .env
- Create database and run migration
- Run the script
npm run db:create && npm run db:generate- Generate Seeders
npm run db:seedRun with nodemon
npm run devRun with node
npm start npm run test npm run test:integration