Skip to content

Joy-sameza/Banane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banane

How to install

Run the command

npm install

Setting up the environment

Run the follwing commands to add the Environment variables. Follow the guides from the .env.example file

echo "SQLITE_DB_PATH=./path/to/database.db" > .env
echo "NODE_ENV=development" >> .env
echo "ACCESS_TOKEN=super#secret%hash" >> .env
echo "" >> .env
...

Then run the Drizzle ORM migration

npx drizzle-kit generate

⚠⚠⚠ Do not forget to set the NODE_ENV variable to production ⚠⚠⚠

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published