PhotoAlbum Apps
Final Project 3 from Kampus Merdeka - Introduce to NodeJS
You can use postman collection to use this project. link link
npm install
Copy 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:seed
Run with nodemon
npm run dev
Run with node
npm start
npm run test