/makers-app

Project built and deployed in 5 days for the Makers Fellowship application

Primary LanguageJavaScript

Makers project in 5 days

The following project is an MVP of a platform that seeks to make visible the existing opportunities between corporate companies and startups. In this way, companies can seek mutual benefits and collaboration possibilities when expanding or trying to get into a new market

Initialize the project

Install dependencies

npm install --legacy-peer-deps

Set up environment variables

First, create a .env file and add the following variables (for development mode)

REACT_APP_BASE_URL=http://127.0.0.1:8000
REACT_APP_MODE="development"

Run the project

Make sure the backend (makers-api) is also running

npm run start

Deployment

npm run build

Then:

firebase deploy

Screenshot 2023-06-24 at 8 34 08 pm

Screenshot 2023-06-24 at 8 37 05 pm

Screenshot 2023-06-24 at 8 37 13 pm