"Artner is your one-stop web app for all your inspirational needs! Whether you need an art palette, word prompt, or imagery; we got your back. Not only that but we've included resources to share with you, and an archive of art AKA Artchive for you to share with others!"
This project was created by Melysa Nguyen and Mai Anh Nguyen for MDIA-3109 - Advanced Dynamic Content Design.
- Next js 13
- Axios
- Prisma
- Styled Components
- Framer Motion
- Playwright
- Railway (for database)
-
Clone Artner's repository.
git clone https://github.com/melysan/Artner.git -
Go to Artner's directory.
cd ./Artner -
Install the required dependencies.
npm i -
Place required API keys (i.e. Unsplash) and database URL into
.env.localor.envfile. -
Run the server.
npm run dev -
Visit local host at the correct port.
http://localhost:3000