Skip to content

loljoho/neow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neow

haha f1 car go neow

Please join the Discord server!

Overview

Frontend was bootstrapped with Create React App & backend is a Python Flask app with Flask-RESTful. The files are located in client/ and server/, respectively.

This application uses data from the Ergast Developer API.

Getting Stated

Note: currently the Docker setup is botched.

Install frontend dependencies with npm and backend dependencies with pip:

cd client/
npm install
cd ../server/
pip install -r requirements.txt

Start the Flask backend:

python api.py

Open another terminal instance to start the React frontend:

cd client/
npm start

About

haha f1 car go nneeooooww

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors