dario13 / elixir_challenge

Challenge interview for https://elixir.finance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

https://elixir.finance/

Thank you for taking the time to interview with us today. 🚀

This project was bootstrapped with Create React App.

Checkout the project, and then install the dependencies:

git clone https://github.com/ElixirProtocol/interview-flask-react.git
cd interview-flask-react
yarn install
pip install -r requirements.txt

Starting the application

In the project directory, launch the frontend with yarn start:

cd interview-flask-react
yarn start

The application will be visible at http://localhost:3000

Open up a second terminal or terminal tab and launche the API with yarn api:

cd interview-flask-react
yarn api

The API will be available at http://localhost:5000

The objective is to create the signup endpoint in the API and modify the form to manage this endpoint.

About

Challenge interview for https://elixir.finance/


Languages

Language:JavaScript 44.1%Language:CSS 26.4%Language:HTML 14.8%Language:Python 14.6%