Skip to content

Site where students can join or recruit some others to create their own projects.

Notifications You must be signed in to change notification settings

Hec7or-Uni/BIdeas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

BIdeas is a platform where people from all over the world can come together to create and develop their projects. In short, we are a platform that puts people in contact with each other.

Docs Reference

Getting Started

.env

All the following methods need this file.

NEXT_PUBLIC_URL=
SECRET=
DATABASE_URL=

To create the secret you can run the following command in linux openssl rand -hex 32 or visit the following page.

Without Docker

Prerequisites You will need node.js & npm

# 1. Clone the repository
git clone https://github.com/Hec7or-Uni/CoGS.git
# 2. Install the dependencies with:
npm install
# 3. Run the project:
npm run build
npm run start

Docker Compose

docker-compose up

Without Docker Compose

# Build images
docker build --tag nextjs-image .
docker build --tag nginx-image ./nginx

# Create shared network
docker network create my-network

# Run containers
docker run --network my-network --name nextjs-container nextjs-image
docker run --network my-network --link nextjs-container:nextjs --publish 80:80 nginx-image

Features

Find people as motivated as you are

In the site, you will be able to find people with skills that complement your own so that if you are smart you can create a competitive team to grow your idea.

Develop your idea with a good team

If you are not yet inspired, you can always join a team to start creating and developing ideas, maybe you see it as wasting your time on someone else's idea, but, think that the time you spend with your teammates you can learn from them.

About

Site where students can join or recruit some others to create their own projects.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages