meraj-kashi / norwegian-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Norwegian Rails

This is a railway booking application made in Flask and ReactJs

How to run

Run the following commands

cd client
npm i && npm run build
cd ..
Flask run

The server is running here http://localhost:5000

To run the server seperatly

cd server
Flask run

The server is running here http://localhost:5000

To run the client seperatly

cd client
npm i
npm start

The client is running here http://localhost:3000

About


Languages

Language:JavaScript 73.7%Language:Python 17.1%Language:SCSS 3.9%Language:HTML 2.8%Language:CSS 2.5%Language:Shell 0.1%