Skip to content

Commit

Permalink
feat(docs): add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-sanna-eki committed Dec 9, 2023
1 parent 8684106 commit 9e40841
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# .env.local
DB_HOST=51.159.207.103
DB_PORT=1695
DB_USER=default_user
DB_PASSWORD=...
DB_DATABASE=tricoteuses
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

# Documentation

## Database

The project uses a postGreSQL database, the env variables need to be set in .env.local to connect to the database. See env.example for an example.

# Autogenerated Nextjs documentation

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started
Expand Down

0 comments on commit 9e40841

Please # to comment.