Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
/ qqueue Public archive

A "breakable toy" to practice web development.

Notifications You must be signed in to change notification settings

whitgroves/qqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Navigate to the backend API directory to create your virtual environment and start it:

$ cd api
$ py -m venv venv
$ source venv/Scripts/activate

Install the project dependencies inside your venv:

$ pip install -r requirements.txt

Then setup the database:

$ flask db init
$ flask db migrate
$ flask db upgrade

(More detail about flask-migrate can be found here.)

Navigate back to your home folder:

$ cd ..

Then run:

$ yarn start-api

To start the API server on localhost:5000.

In a new terminal, run:

$ yarn start

This will start the React app on localhost:3000.

About

A "breakable toy" to practice web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published