Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

danbalarin/lendme

Repository files navigation

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Database for local development

First copy .env.example file to .env. You can also create a symlink with ln -s .env.example .env.

Then you can run local database easily with Docker and Docker Compose via docker-compose up db. If you want the database to run in the background, simply add a -d option so it becomes docker-compose up -d db. The database will be available on localhost:3306.

You can then stop the database with docker-compose stop db.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Tech stack

  • Next.js
  • Apollo Server and Apollo Client
  • Chakra UI

About

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages