NickSramcik / banki-brunch

https://banki-brunch.vercel.app
47 stars 30 forks source link

Banki Brunch

What Are we building?

A Web App for Banki Brunch to make hosting and crowd sourcing our answers to interview questions easier. We hold standups every saturday at 12:30 PM EST in our sub Discord Channel at 100devs.


Current landing page (In Development)

current-look

Questions inspired from 100dev's very own, 20jasper's interview-question-api

Development

This App uses NPM Node Package Manager to manage it's dependencies and packages.

from the root directory run

npm install

Create a .env file in the server folder and add your values.

For example:

 Right now we aren't using any secrets, but we will list references here when the time comes.

To Start the app in development mode

npm run dev

Database

Currently using dockerized mongodb

Docker Desktop will need to be installed to run the database

To bring database up

npm run db:up

To stop the database

npm run db:stop

Tech Stack (For now)

Front-End



Leon's GitHub workflow

Credit for list : puffalo

Contributing


We welcome contributions. Simply fork the repository open a pull request with your changes and @NickSramcik will review them.