Skip to content

orlando-guy/boundless-coders

Repository files navigation

BOUNDLESS CODERS - take your software engineering skills to the next level

overview

BOUNDLESS CODERS is an open source project that aims to help you become a better software engineer and find cool work through coding challenges and contributions to other developers' projects.

Development Stacks

  • Next.js 14.0
  • TypeScript
  • Carbon Design System
  • Sass preprocessor
  • Postgresql as SGBD

Getting Started

Prequisites

Setting

# clone this repository
git clone https://github.com/orlando-guy/boundless-coders
# cd to your project_directory
cd project_directory
# then install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install

populate the database:

# migrate models
npx prisma migrate dev --name migration_name
# populate the database with fake data coming from prisma/seed.ts
npx prisma db seed

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Environment Variables

DATABASE_URL (required) Access url to allow prisma to communicate with your database

About

BOUNDLESS CODERS est un projet open source dont le but est de vous aider à devenir un meilleur ingénieur logiciel et à trouver un travail sympa grâce à des défis de codage, et des contributions sur des projets d'autres développeurs.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors